667 Commits (7696c6474fe51ed59fee324e78c1233af74febdd)

Author SHA1 Message Date
Roberto Ierusalimschy 7e63d3da02 Some bugs with stack reallocation by 'luaF_close' 6 years ago
Roberto Ierusalimschy 84e32ad2eb Added opcodes for arithmetic with K operands 6 years ago
Roberto Ierusalimschy 35296e1fde Details 6 years ago
Roberto Ierusalimschy 7f6f70853c To-be-closed variable in 'for' loop separated from the state 6 years ago
Roberto Ierusalimschy 5e76a4fd31 New macros for arithmetic/bitwise operations in 'luaV_execute' 6 years ago
Roberto Ierusalimschy e8c779736f Removed internal cache for closures 6 years ago
Roberto Ierusalimschy 947a372f58 State in generic 'for' acts as a to-be-closed variable 6 years ago
Roberto Ierusalimschy e073cbc2e5 Better error messages for invalid operands in numeric 'for' 6 years ago
Roberto Ierusalimschy 6e9b719694 More uniformity in code generation for 'for' loops 6 years ago
Roberto Ierusalimschy 41c800b352 Closing methods should not interfere with returning values 6 years ago
Roberto Ierusalimschy 3c7dc52909 Handling of memory errors when creating to-be-closed upvalues 6 years ago
Roberto Ierusalimschy bd96330d03 First "complete" implementation of to-be-closed variables 6 years ago
Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables 6 years ago
Roberto Ierusalimschy 5382a22e0e Corrections in the implementation of '%' for floats. 6 years ago
Roberto Ierusalimschy 8c8a91f2ef Deprecated the emulation of '__le' using '__lt' 6 years ago
Roberto Ierusalimschy 3dcd04ad61 details 6 years ago
Roberto Ierusalimschy 06e08c6d05 Fixed bug in OP_IDIVI 6 years ago
Roberto Ierusalimschy a314409dba in generational mode, an emergency collection can turn any object black 6 years ago
Roberto Ierusalimschy 6e600695f8 field 'sizearray' in struct 'Table' changed to 'alimit', which can 6 years ago
Roberto Ierusalimschy fb8fa66136 no more 'luaH_emptyobject' and comparisons of addresses of global variables 7 years ago
Roberto Ierusalimschy 34aa0c5bd7 new macros 'likely'/'unlikely' with hints for jump predictions 7 years ago
Roberto Ierusalimschy 02ed0b2c30 in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0' 7 years ago
Roberto Ierusalimschy e64e20ac81 minimizing the code ran by 'vmfetch' + no more 'vra' 7 years ago
Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table 7 years ago
Roberto Ierusalimschy 3d0b5edfe4 using unsigned comparison in 'l_intfitsf' (avoids one comparison) 7 years ago
Roberto Ierusalimschy 7b0b6b3b39 cannot use 'defined' inside a macro + 7 years ago
Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' 7 years ago
Roberto Ierusalimschy 62a392ff46 using jump tables when available 7 years ago
Roberto Ierusalimschy ef8263f81f better names for macros for tags and types. 7 years ago
Roberto Ierusalimschy 9243c414d9 first version of empty entries in tables 7 years ago
Roberto Ierusalimschy c72ac048b9 conditional jumps "deunified" 7 years ago
Roberto Ierusalimschy 212095a601 new opcodes OP_GTI/OP_GEI 7 years ago
Roberto Ierusalimschy 06865aa01d simpler implementation for 'LTintfloat'/'LEintfloat' 7 years ago
Roberto Ierusalimschy 465b474899 small reorganization of 'luaV_flttointeger'/'luaV_tointeger' 7 years ago
Roberto Ierusalimschy 1afd5a152d more generic way to handle 'gclist' 7 years ago
Roberto Ierusalimschy 49dae52d08 correct way to check stack space for vararg functions 7 years ago
Roberto Ierusalimschy 0682fe8169 some simplifications/optimizations in returns from Lua functions 7 years ago
Roberto Ierusalimschy b1379936cf vararg back to '...' (but with another implementation) 7 years ago
Roberto Ierusalimschy 318a9a5859 new opcode 'PREPVARARG' 7 years ago
Roberto Ierusalimschy 51280ef2ad call hooks for Lua functions called by 'luaV_execute' 7 years ago
Roberto Ierusalimschy dc0ab1e8ca warnings in VS (implicit casts from ptrdiff_t to int) 7 years ago
Roberto Ierusalimschy 5bd8d388de OP_CONCAT does not move its result (to simplify its execution) 7 years ago
Roberto Ierusalimschy d2fb34ac88 'OP_TAILCALL' calling C functions finishes the call and returns 7 years ago
Roberto Ierusalimschy ab0a851db4 'luaD_tryfuncTM' can ensure it does not change the stack 7 years ago
Roberto Ierusalimschy ad960095bf avoid jumping into a variable scope (C++ does not allow that) 7 years ago
Roberto Ierusalimschy a9295a2b8e typos in comments 7 years ago
Roberto Ierusalimschy cf7eff45f3 keep control of stack top in Lua functions concentrated in 'luaV_execute' 7 years ago
Roberto Ierusalimschy 4676f6599e new macros 'isOT'/'isIT' 7 years ago
Roberto Ierusalimschy 1d5b885437 when running Lua code, there is no need to keep 'L->top' "correct"; 7 years ago
Roberto Ierusalimschy 3153a41e33 no need to save 'pc' in case of allocation errors 7 years ago