Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy d6af81084d New kind of expression VKSTR il y a 6 ans
  Roberto Ierusalimschy 4846f7e3bb Micro optimization in OP_RETURN and OP_TAILCALL il y a 6 ans
  Roberto Ierusalimschy 758c1ef445 Unification of size representation in OP_NEWTABLE and OP_SETLIST il y a 6 ans
  Roberto Ierusalimschy 1fb4d53925 OP_NEWTABLE keeps exact size of arrays il y a 6 ans
  Roberto Ierusalimschy f6aab3ec1f First implementation of constant propagation il y a 6 ans
  Roberto Ierusalimschy 3d296304ef Towards constant propagation il y a 6 ans
  Roberto Ierusalimschy 54f7b46c1e New implementation for constants il y a 6 ans
  Roberto Ierusalimschy 8eca21c2e8 First take on constant propagation il y a 6 ans
  Roberto Ierusalimschy d9f40e3f6f First implementation for 'const' variables il y a 6 ans
  Roberto Ierusalimschy 23e6bac8a0 Keep correct type for immediate operands in comparisons il y a 6 ans
  Roberto Ierusalimschy 84e32ad2eb Added opcodes for arithmetic with K operands il y a 6 ans
  Roberto Ierusalimschy a006514ea1 Big revamp in the implmentation of labels/gotos il y a 6 ans
  Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables il y a 6 ans
  Roberto Ierusalimschy 4d5de1c1fb Fixed bug in line info. when using 'not' operator il y a 7 ans
  Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table il y a 7 ans
  Roberto Ierusalimschy 0c7738240e FALLTHROUGH comment must be last "statement" il y a 7 ans
  Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' il y a 7 ans
  Roberto Ierusalimschy ef8263f81f better names for macros for tags and types. il y a 7 ans
  Roberto Ierusalimschy 212095a601 new opcodes OP_GTI/OP_GEI il y a 7 ans
  Roberto Ierusalimschy 465b474899 small reorganization of 'luaV_flttointeger'/'luaV_tointeger' il y a 7 ans
  Roberto Ierusalimschy 49dae52d08 correct way to check stack space for vararg functions il y a 7 ans
  Roberto Ierusalimschy 0682fe8169 some simplifications/optimizations in returns from Lua functions il y a 7 ans
  Roberto Ierusalimschy b1379936cf vararg back to '...' (but with another implementation) il y a 7 ans
  Roberto Ierusalimschy e2b15aa21d janitor work on casts il y a 7 ans
  Roberto Ierusalimschy 5bd8d388de OP_CONCAT does not move its result (to simplify its execution) il y a 7 ans
  Roberto Ierusalimschy 28f215ecf8 comments il y a 7 ans
  Roberto Ierusalimschy 33e3774f44 keep more opcode arguments byte-aligned il y a 7 ans
  Roberto Ierusalimschy f360e7778b assert cannot use instruction after the last il y a 7 ans
  Roberto Ierusalimschy 4676f6599e new macros 'isOT'/'isIT' il y a 7 ans
  Roberto Ierusalimschy ab07005568 new auxiliary function 'luaK_isKint' + removal of 'luaK_needclose', il y a 7 ans