diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-07-17 14:50:42 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-07-17 14:50:42 -0300 |
commit | 8082906c059f2b1473de4363ca57fe19b52f281f (patch) | |
tree | 1ef5607d4c2a3dc54777bf882849b0260ca8eb56 /ldo.h | |
parent | d6af81084df569bc8e3bd0949ad6fc0b40c8468d (diff) | |
download | lua-8082906c059f2b1473de4363ca57fe19b52f281f.tar.gz lua-8082906c059f2b1473de4363ca57fe19b52f281f.tar.bz2 lua-8082906c059f2b1473de4363ca57fe19b52f281f.zip |
Fixed small issue with constant propagation
Constants directly assigned to other constants were not propagating:
For instance, in
local <const> k1 = 10
local <const> k2 = k1
'k2' were not treated as a compile-time constant.
Diffstat (limited to 'ldo.h')
0 files changed, 0 insertions, 0 deletions