提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy 1c328a191a no more `global' declarations 23 年之前
  Roberto Ierusalimschy b55fded18c details about jump optimization 23 年之前
  Roberto Ierusalimschy 2dadc81822 cleaner implementation of code generation for jumps 23 年之前
  Roberto Ierusalimschy b487975344 optimization for `while' (first version) 23 年之前
  Roberto Ierusalimschy 78b40bf57d `skip' instructions must be followed by a jump 23 年之前
  Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 年之前
  Roberto Ierusalimschy 0dbf0c5953 new format for test intructions (handle NaN correctly) 23 年之前
  Roberto Ierusalimschy 9b38a696d5 avoid names that differ only in capitalization 23 年之前
  Roberto Ierusalimschy 3ee1efa7b2 some simplifications 23 年之前
  Roberto Ierusalimschy f1f271ae76 details 24 年之前
  Roberto Ierusalimschy 13ab5a6bb1 details 24 年之前
  Roberto Ierusalimschy 801aaf37b1 simpler implementation for line information 24 年之前
  Roberto Ierusalimschy 2626708b72 details 24 年之前
  Roberto Ierusalimschy bd8b9c94b3 generic for (with any number of control variables) 24 年之前
  Roberto Ierusalimschy 8a1a512c64 lu_byte is enough for those fields (maxstack < 256) 24 年之前
  Roberto Ierusalimschy 38b0e6128d simpler implementation for `for' loops 24 年之前
  Roberto Ierusalimschy 74907fb71e OP_LOADINT can be done by OP_LOADK 24 年之前
  Roberto Ierusalimschy b38e594ed7 small improvements 24 年之前
  Roberto Ierusalimschy 7ab7703b53 cleaner semantics for test instructions (skips) 24 年之前
  Roberto Ierusalimschy f083812c02 first implementation of coroutines 24 年之前
  Roberto Ierusalimschy 9aff171f3b new type `boolean' 24 年之前
  Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 24 年之前
  Roberto Ierusalimschy abdbe883a8 first implementation of unrestricted static scoping 24 年之前
  Roberto Ierusalimschy e1d072571e better syntax for type casts 24 年之前
  Roberto Ierusalimschy 8c8ad5f3ff better locality of assignment of table values 24 年之前
  Roberto Ierusalimschy c3d72096c4 use a table to find (and reuse) constants when parsing 24 年之前
  Roberto Ierusalimschy 95988676d8 small bug when creating AsBc instructions in 16-bit machines 24 年之前
  Roberto Ierusalimschy a598804a04 small bug in luaK_self (side effects) 24 年之前
  Roberto Ierusalimschy 8e586c13fc cleaner way to ensure alignment for strings and userdata 24 年之前
  Roberto Ierusalimschy 89c301d180 `(exp)' adjusts exp to 1 result 24 年之前