Roberto Ierusalimschy
|
7bd1e53753
Fixed a warning and other minor issues
|
5 years ago |
Roberto Ierusalimschy
|
0d52913804
Change in the syntax of attributes
|
6 years ago |
Roberto Ierusalimschy
|
e70f275f32
Bug: 'Vardesc' array can be reallocated in 'localstat'
|
6 years ago |
Roberto Ierusalimschy
|
9a37dc0ce6
Small corrections when setting 'L->top'
|
6 years ago |
Roberto Ierusalimschy
|
d6af81084d
New kind of expression VKSTR
|
6 years ago |
Roberto Ierusalimschy
|
758c1ef445
Unification of size representation in OP_NEWTABLE and OP_SETLIST
|
6 years ago |
Roberto Ierusalimschy
|
1fb4d53925
OP_NEWTABLE keeps exact size of arrays
|
6 years ago |
Roberto Ierusalimschy
|
f6aab3ec1f
First implementation of constant propagation
|
6 years ago |
Roberto Ierusalimschy
|
be8445d7e4
Details
|
6 years ago |
Roberto Ierusalimschy
|
3d296304ef
Towards constant propagation
|
6 years ago |
Roberto Ierusalimschy
|
54f7b46c1e
New implementation for constants
|
6 years ago |
Roberto Ierusalimschy
|
4d46289331
Local attributes can be used in list of local variables
|
6 years ago |
Roberto Ierusalimschy
|
8eca21c2e8
First take on constant propagation
|
6 years ago |
Roberto Ierusalimschy
|
e4b02ca8e4
Structure 'Vardesc' does not need a 'name' field
|
6 years ago |
Roberto Ierusalimschy
|
b293ae0577
Details
|
6 years ago |
Roberto Ierusalimschy
|
d9f40e3f6f
First implementation for 'const' variables
|
6 years ago |
Roberto Ierusalimschy
|
d881325c2f
Flag for to-be-closed variables changed to '<toclose>'
|
6 years ago |
Roberto Ierusalimschy
|
23e6bac8a0
Keep correct type for immediate operands in comparisons
|
6 years ago |
Roberto Ierusalimschy
|
9b37a4695e
New semantics for the integer 'for' loop
|
6 years ago |
Roberto Ierusalimschy
|
ba7da13ec5
Changes in the control of C-stack overflow
|
6 years ago |
Roberto Ierusalimschy
|
28d829c867
Calls cannot be tail in the scope of a to-be-closed variable
|
6 years ago |
Roberto Ierusalimschy
|
35296e1fde
Details
|
6 years ago |
Roberto Ierusalimschy
|
7f6f70853c
To-be-closed variable in 'for' loop separated from the state
|
6 years ago |
Roberto Ierusalimschy
|
b8fed93215
New syntax for to-be-closed variables
|
6 years ago |
Roberto Ierusalimschy
|
947a372f58
State in generic 'for' acts as a to-be-closed variable
|
6 years ago |
Roberto Ierusalimschy
|
2316ec4c24
Back with optimization for 'if cond then goto'
|
6 years ago |
Roberto Ierusalimschy
|
a006514ea1
Big revamp in the implmentation of labels/gotos
|
6 years ago |
Roberto Ierusalimschy
|
6e9b719694
More uniformity in code generation for 'for' loops
|
6 years ago |
Roberto Ierusalimschy
|
41c800b352
Closing methods should not interfere with returning values
|
6 years ago |
Roberto Ierusalimschy
|
bd96330d03
First "complete" implementation of to-be-closed variables
|
6 years ago |