65 Commits (2caecf1b3efdbee4e08888a04143421589d6143b)

Author SHA1 Message Date
Roberto Ierusalimschy 6a98aa0bb0 new opcode LOADI (for loading immediate integers) 8 years ago
Roberto Ierusalimschy 1f259be52a 'getcode' -> 'getinstruction' 9 years ago
Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), 11 years ago
Roberto Ierusalimschy a948054a19 new order for binary operations (grouping them by type of result) 11 years ago
Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) 12 years ago
Roberto Ierusalimschy 5951c79ae1 default increment for 'for' loop is an integer (1, not 1.0) 12 years ago
Roberto Ierusalimschy ca458f1f52 'luaK_goiffalse' exported 13 years ago
Roberto Ierusalimschy 427ee519db new instruction OP_LOADKX (to replace OP_LOADK with extra argument) 14 years ago
Roberto Ierusalimschy dd547c55c8 new scheme to close upvalues in 'break'; jump instructions may 14 years ago
Roberto Ierusalimschy 6a02bbe1e2 better organization for fields in struct 'expdesc' 15 years ago
Roberto Ierusalimschy c066ac10a9 better line numbers for function calls and unary/binary operators + 15 years ago
Roberto Ierusalimschy 0fe2576a39 new instructions to optimize indexing on upvalues 15 years ago
Roberto Ierusalimschy fcc46467fa limit of constants per function changed to 2^26 using extra arguments 15 years ago
Roberto Ierusalimschy d7872dcf91 small optimization (reorder of BinOpr enum to unify some cases 16 years ago
Roberto Ierusalimschy 2598138ece new function 'luaK_codek' (detail) 16 years ago
Roberto Ierusalimschy 9e58e0df8f some cleaning 16 years ago
Roberto Ierusalimschy e1dda047b2 unused macro 19 years ago
Roberto Ierusalimschy e43e95553f more privacy 19 years ago
Roberto Ierusalimschy 6dd0c6ccbc numeral expressions keep their values in struct 'expdesc' 19 years ago
Roberto Ierusalimschy 3b19af44b0 new method to handle tests without values (negative values) 19 years ago
Roberto Ierusalimschy f21e9c172f details 20 years ago
Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API 20 years ago
Roberto Ierusalimschy 04bbd01171 new operation *t (for size of t) (may yet be removed...) 20 years ago
Roberto Ierusalimschy 7d57ea70bc new `mod' (`%') operator 20 years ago
Roberto Ierusalimschy 5ee87acd6b small optimization for boolean constants + new format for SETLIST opcode 20 years ago
Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') 21 years ago
Roberto Ierusalimschy 73517e86b0 OP_TFORLOOP uses extra stack space 22 years ago
Roberto Ierusalimschy 0052930ffe details 23 years ago
Roberto Ierusalimschy b55fded18c details about jump optimization 23 years ago
Roberto Ierusalimschy 2dadc81822 cleaner implementation of code generation for jumps 23 years ago
Roberto Ierusalimschy b487975344 optimization for `while' (first version) 23 years ago
Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 years ago
Roberto Ierusalimschy 9b38a696d5 avoid names that differ only in capitalization 23 years ago
Roberto Ierusalimschy f1f271ae76 details 23 years ago
Roberto Ierusalimschy 13ab5a6bb1 details 23 years ago
Roberto Ierusalimschy 2626708b72 details 23 years ago
Roberto Ierusalimschy bd8b9c94b3 generic for (with any number of control variables) 23 years ago
Roberto Ierusalimschy 38b0e6128d simpler implementation for `for' loops 23 years ago
Roberto Ierusalimschy 74907fb71e OP_LOADINT can be done by OP_LOADK 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy 95988676d8 small bug when creating AsBc instructions in 16-bit machines 24 years ago
Roberto Ierusalimschy 89c301d180 `(exp)' adjusts exp to 1 result 24 years ago
Roberto Ierusalimschy 762d059a13 new implementation for the Virtual Machine 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy 3b6f8bfbe6 simpler implementation of for loops 24 years ago
Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 24 years ago
Roberto Ierusalimschy 01b00cc292 better control over extensions of char/short to int 24 years ago
Roberto Ierusalimschy 5f22f8961c better code for unary/binary operators 25 years ago