Histórico de Commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy a006514ea1 Big revamp in the implmentation of labels/gotos há 6 anos atrás
  Roberto Ierusalimschy 6e9b719694 More uniformity in code generation for 'for' loops há 6 anos atrás
  Roberto Ierusalimschy 41c800b352 Closing methods should not interfere with returning values há 6 anos atrás
  Roberto Ierusalimschy bd96330d03 First "complete" implementation of to-be-closed variables há 6 anos atrás
  Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables há 6 anos atrás
  Roberto Ierusalimschy 9cbf17b0f1 Details (comments) há 7 anos atrás
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings há 7 anos atrás
  Roberto Ierusalimschy 15ce8d0904 in generational mode, an emergency collection can turn any object black há 7 anos atrás
  Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table há 7 anos atrás
  Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' há 7 anos atrás
  Roberto Ierusalimschy 49dae52d08 correct way to check stack space for vararg functions há 7 anos atrás
  Roberto Ierusalimschy b1379936cf vararg back to '...' (but with another implementation) há 7 anos atrás
  Roberto Ierusalimschy 318a9a5859 new opcode 'PREPVARARG' há 7 anos atrás
  Roberto Ierusalimschy 4676f6599e new macros 'isOT'/'isIT' há 7 anos atrás
  Roberto Ierusalimschy d388c165ef new opcodes 'FORLOOP1'/'FORPREP1' for "basic for" (integer variable há 7 anos atrás
  Roberto Ierusalimschy 3064edead2 details (cleaning uses of 'exp1') há 7 anos atrás
  Roberto Ierusalimschy b3f924bc69 'Proto->numparams' does not include vararg parameter há 7 anos atrás
  Roberto Ierusalimschy e001d5aea6 'VRELOCABLE' -> 'VRELOC' há 7 anos atrás
  Roberto Ierusalimschy 49dfaf7447 avoid using one function for different tasks (malloc, free, etc.) há 7 anos atrás
  Roberto Ierusalimschy 10b8c99bbb small peephole optimizations há 7 anos atrás
  Roberto Ierusalimschy 196c87c9ce no more 'stackless' implementation; 'luaV_execute' calls itself há 7 anos atrás
  Roberto Ierusalimschy 283e7455ff detail há 7 anos atrás
  Roberto Ierusalimschy 722bdbe17d no more 'getBMode'-'getCMode' (imprecise + we will need more space há 7 anos atrás
  Roberto Ierusalimschy 80d9b09f35 jumps do not close upvalues (to be faster and simpler); há 8 anos atrás
  Roberto Ierusalimschy ac65bab25f jumps in 'for' loops don't need to be signed há 8 anos atrás
  Roberto Ierusalimschy b77f792b23 comment há 8 anos atrás
  Roberto Ierusalimschy 07db10813c 'OP_VARARG' has the vararg parameter as an operand há 8 anos atrás
  Roberto Ierusalimschy f96497397a new type 'StackValue' for stack elements há 8 anos atrás
  Roberto Ierusalimschy b42430fd3a 'lineinfo' in prototypes saved as differences instead of absolute há 8 anos atrás
  Roberto Ierusalimschy 5c8770f896 back to old-style vararg system (with vararg table collecting extra há 8 anos atrás