summaryrefslogtreecommitdiff
path: root/opcode.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* small omission corrected ("s_tsvalue")Roberto Ierusalimschy1996-11-011-1/+2
|
* documentation of opcode meanings (thanks to lhf)Roberto Ierusalimschy1996-09-261-53/+76
|
* "call" returns separate results, instead of a table.Roberto Ierusalimschy1996-09-241-2/+1
|
* first version of vararg facility (plus new function "call").Roberto Ierusalimschy1996-05-281-24/+8
|
* integration with undump (execution of pre-compiled chuncks)Roberto Ierusalimschy1996-03-151-1/+2
|
* unused declaration removed.Roberto Ierusalimschy1996-03-061-3/+1
|
* small correction (about types)Roberto Ierusalimschy1996-03-011-4/+4
|
* new header "lex.h".Roberto Ierusalimschy1996-02-131-11/+2
|
* lua_table now has references to global variable names (TreeNode's).Roberto Ierusalimschy1996-01-261-5/+1
|
* names generated by yacc (starting with "yy") are changed to start withRoberto Ierusalimschy1995-12-211-2/+2
| | | | "luaY_", to avoid name clashes with hosts using yacc.
* new method to keep debug line information: current line is stored on theRoberto Ierusalimschy1995-10-251-2/+4
| | | | | Lua stack, just below (new) base, with tag LUA_T_LINE. SETLINE opcodes are generated by lex.
* new style for debug information about functions: no more SETFUNCTIONRoberto Ierusalimschy1995-10-171-4/+2
| | | | | | | | opcodes. When a function is called, its entry in the stack is marked with LUA_T_(C)MARK, so function 'luaD_stackedfunction' can find it if needed. Functions now have their file names in the headers, so there is no need of 'addfile' and the like.
* Garbage collection of functions + header structure for functionsRoberto Ierusalimschy1995-10-041-6/+5
|
* run-time stack now is controled at run time, instead ofWaldemar Celes1995-04-111-7/+1
| | | | compilation time.
* better control of integer types and their limitsRoberto Ierusalimschy1994-12-201-25/+20
|
* garbage collection tag for strings organized in struct TaggedStringRoberto Ierusalimschy1994-11-231-3/+5
|
* fallback for garbage collectionRoberto Ierusalimschy1994-11-101-1/+2
|
* fallback list moved from opcode.c to fallback.cRoberto Ierusalimschy1994-11-101-2/+1
|
* lua_parse has a different interfaceRoberto Ierusalimschy1994-11-091-2/+2
|
* new API: lua_Object now is an integerRoberto Ierusalimschy1994-11-071-2/+3
|
* Type renamed to lua_TypeRoberto Ierusalimschy1994-11-071-2/+2
|
* new opcodes for '>' and '>='Roberto Ierusalimschy1994-11-061-1/+4
|
* small corrections.Roberto Ierusalimschy1994-11-041-2/+2
|
* new way to call functions, plus several small changes. This isRoberto Ierusalimschy1994-11-021-26/+15
| | | | a temporary version!
* new operations POWOP (power) and PUSHMARKMET (for marking method calls).Waldemar Celes1994-10-171-2/+3
| | | | remove of operation PUSHOBJECT.
* Implementacao da definicao e chamada de METODOS.Waldemar Celes1994-08-051-1/+10
|
* Uso de arvores binarias para armazenar nomes e realocacao dinamicaWaldemar Celes1994-07-191-3/+3
| | | | de tabelas (pilhas, hashtable, globais, codigo, etc.)
* Implementacao da nova estrategia para armazenar os arraysWaldemar Celes1994-04-201-1/+2
| | | | em lista encadeada.
* Alteracao para retirar codificacao de NOP's, substituindoWaldemar Celes1994-04-131-2/+18
| | | | | | | | pela utilizacao de "union" com "chars" para codificar Word e float. Observa-se que foram realizados testes antes da alteracao e constatou-se que do bytecode anteriormente gerado, NOP representava de 10 a 13% do total de bytes do codigo. Esta percentagem chegava ate' a 20% na caso de descricao de metafile utilizando Lua.
* otimizacao do codigo para construtores.Roberto Ierusalimschy1994-02-131-2/+6
|
* eliminacao do tipo e funcoes relacionadas com UnputRoberto Ierusalimschy1993-12-221-5/+3
|
* LUA intermediate code interpreterWaldemar Celes1993-12-171-2/+3
|
* oldest known commitThe Lua team1993-07-281-0/+144