Roberto Ierusalimschy 54f7b46c1e New implementation for constants
VLOCAL expressions keep a reference to their corresponding 'Vardesc',
and 'Upvaldesc' (for upvalues) has a field 'ro' (read-only). So, it is
easier to check whether a variable is read-only. The decoupling in
VLOCAL between 'vidx' ('Vardesc' index) and 'sidx' (stack index)
should also help the forthcoming implementation of compile-time
constant propagation.
2019-07-09 10:43:17 -03:00
2019-07-09 10:43:17 -03:00
2019-03-27 14:56:10 -03:00
2018-10-25 15:30:15 -03:00
2019-07-05 15:03:15 -03:00
2019-04-24 14:41:41 -03:00
2019-06-04 11:22:21 -03:00
2019-07-09 10:43:17 -03:00
2019-07-09 10:43:17 -03:00
2019-06-18 16:52:22 -03:00
2019-06-03 11:36:42 -03:00
2019-07-09 10:43:17 -03:00
2019-07-05 15:03:15 -03:00
2019-07-05 15:03:15 -03:00
2019-06-03 11:36:42 -03:00
2018-10-23 12:58:38 -03:00
2019-07-05 15:03:15 -03:00
2019-06-03 11:36:42 -03:00
2019-07-09 10:43:17 -03:00
2019-07-05 15:03:15 -03:00
2019-07-09 10:43:17 -03:00
2019-07-09 10:43:17 -03:00
2019-06-26 13:26:36 -03:00
2019-07-05 15:03:15 -03:00
2019-06-03 11:36:42 -03:00
2019-07-05 15:03:15 -03:00
2019-06-26 13:26:36 -03:00
2019-07-05 15:03:15 -03:00
2019-06-18 16:52:22 -03:00
2019-07-05 15:03:15 -03:00
2019-07-09 10:43:17 -03:00
2019-06-21 10:00:50 -03:00
2019-06-05 13:21:16 -03:00
Description
No description provided
13 MiB
Languages
C 66.7%
Lua 32.6%
Makefile 0.6%
Shell 0.1%