95 Commits (30528049f1d11ea2854a6431e8e8524f83206559)

Author SHA1 Message Date
Roberto Ierusalimschy 63295f1f7f Fixed two bugs in to-be-closed variables x constants 4 years ago
Roberto Ierusalimschy 5f83fb6582 Details 5 years ago
Roberto Ierusalimschy d6af81084d New kind of expression VKSTR 5 years ago
Roberto Ierusalimschy f6aab3ec1f First implementation of constant propagation 5 years ago
Roberto Ierusalimschy 3d296304ef Towards constant propagation 5 years ago
Roberto Ierusalimschy 54f7b46c1e New implementation for constants 5 years ago
Roberto Ierusalimschy 8eca21c2e8 First take on constant propagation 5 years ago
Roberto Ierusalimschy e4b02ca8e4 Structure 'Vardesc' does not need a 'name' field 5 years ago
Roberto Ierusalimschy d9f40e3f6f First implementation for 'const' variables 6 years ago
Roberto Ierusalimschy 35296e1fde Details 6 years ago
Roberto Ierusalimschy a006514ea1 Big revamp in the implmentation of labels/gotos 6 years ago
Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables 6 years ago
Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings 6 years ago
Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table 7 years ago
Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' 7 years ago
Roberto Ierusalimschy e001d5aea6 'VRELOCABLE' -> 'VRELOC' 7 years ago
Roberto Ierusalimschy 10b8c99bbb small peephole optimizations 7 years ago
Roberto Ierusalimschy b42430fd3a 'lineinfo' in prototypes saved as differences instead of absolute 7 years ago
Roberto Ierusalimschy 502a1d1108 new opcodes for table access with constant keys (strings and integers) 8 years ago
Roberto Ierusalimschy 07cf8415e3 more comments + reordeing of union inside 'expdesc' to allow 9 years ago
Roberto Ierusalimschy 19770b03a9 comments. (More explanation about kinds of expressions.) 9 years ago
Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' 10 years ago
Roberto Ierusalimschy 89b56e7d84 more precision between closure types ('LClosure' x 'CClosure') 11 years ago
Roberto Ierusalimschy 8ef9e8460e bug (GC can collect long identifier during parser) + change (using 11 years ago
Roberto Ierusalimschy 1294b09d8e first implementation of literal integers (no constant folding yet) 12 years ago
Roberto Ierusalimschy 3cadc37f47 no more 'Proto' objects on the stack. Protos are anchored on outer 13 years ago
Roberto Ierusalimschy 59bcd137ae reducing even more use of C stack by the parser: struct 'FuncState' 13 years ago
Roberto Ierusalimschy 7482e8f914 no need of lookahead in Zio 14 years ago
Roberto Ierusalimschy f079749287 some reorganization of dynamic data structures used by the parser 14 years ago
Roberto Ierusalimschy 7cc0e63d8a first implementation of 'goto' 14 years ago
Roberto Ierusalimschy 81dd13f4c6 new way to distinguish between indexing tables in registers and 15 years ago
Roberto Ierusalimschy 6a02bbe1e2 better organization for fields in struct 'expdesc' 15 years ago
Roberto Ierusalimschy 25c557ec63 first version of _ENV; no more global variables 15 years ago
Roberto Ierusalimschy 0fe2576a39 new instructions to optimize indexing on upvalues 15 years ago
Roberto Ierusalimschy 916587508c parser keeps list of active local variables in a single dynamic array, 15 years ago
Roberto Ierusalimschy 0ac3d07ea6 first implementation of lexical environments 15 years ago
Roberto Ierusalimschy 5938212748 information about upvalues (where they come from) kept in Proto structure, 15 years ago
Roberto Ierusalimschy 198be23f36 added structure for local-variable information to allow extra 17 years ago
Roberto Ierusalimschy 3d61c31e5a 'lparser.h' should not include 'ltable.h' 19 years ago
Roberto Ierusalimschy 6dd0c6ccbc numeral expressions keep their values in struct 'expdesc' 19 years ago
Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API 20 years ago
Roberto Ierusalimschy 370d31a559 `luac´ -> `luai' (to avoid confusion with other luac stuff) 20 years ago
Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them 20 years ago
Roberto Ierusalimschy b6a7983b65 USHRT_MAX may not fit in a (16-bit) int 20 years ago
Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') 21 years ago
Roberto Ierusalimschy 9fcc485176 zio does not keep "source" name (nobody uses it) 22 years ago
Roberto Ierusalimschy 265530478b more changes to reduce stack usage by the parser 22 years ago
Roberto Ierusalimschy 00180bb133 small changes to reduce stack usage by the parser 22 years ago
Roberto Ierusalimschy 7a40cdbda0 different variables for number of upvalues and size of upvalue array 22 years ago
Roberto Ierusalimschy dd8edecae1 new functions to manipulate upvales (get/setupvalue) 22 years ago