20 Commits (ec6677e5512257a42d7d443d6b621b3a2d8e0d43)

Author SHA1 Message Date
Roberto Ierusalimschy 3e9daa7416 creation of strings must call garbage collector. 29 years ago
Roberto Ierusalimschy 8c1a9899d4 functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be 29 years ago
Roberto Ierusalimschy 15c17c24fa small improvements 29 years ago
Roberto Ierusalimschy d1608c597e reserved words are stored in main string table; "marked" field is 29 years ago
Roberto Ierusalimschy 41259bff31 BIG CHANGE: new data structure for constants, strings and globals, using 29 years ago
Roberto Ierusalimschy 0d50b87aa4 lua_table now has references to global variable names (TreeNode's). 29 years ago
Roberto Ierusalimschy 15f40fddca 'nextvar' now traverses the symbol array, instead of the constant tree. 29 years ago
Roberto Ierusalimschy 8faf4d1de2 control of garbage collection is done with Longs, as there can be 30 years ago
Roberto Ierusalimschy 8cb8594a3b better control of integer types and their limits 30 years ago
Roberto Ierusalimschy 10bdd83844 new hash function; hash value for strings are kept with the string 30 years ago
Roberto Ierusalimschy d490555ec9 garbage collection tag for strings organized in struct TaggedString 30 years ago
Roberto Ierusalimschy 73664eb739 function 'lua_createstring' moved from table.c to tree.c 30 years ago
Roberto Ierusalimschy b234da1cc2 changes in garbage collection control 30 years ago
Roberto Ierusalimschy d6a1699e37 uses a single list to keep allocated strings. 30 years ago
Roberto Ierusalimschy 2b5bc5d1a8 new module for memory allocation 30 years ago
Roberto Ierusalimschy 94686ce585 correction of function 'nextvar' 30 years ago
Roberto Ierusalimschy 86b35cf4f6 unification of symbol tree and constant tree 30 years ago
Roberto Ierusalimschy ff7f769454 small changes in error recovery 30 years ago
Waldemar Celes d7cb47fadf new parameter in function 'tree_create'. Maybe we will return to 30 years ago
Waldemar Celes 1c749a3059 Arvore binaria de strings, variaveis e constantes. 31 years ago