提交历史

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