184 Commits (3e88b72b8e71c0946d089a04876e7bdc61d187a9)

Author SHA1 Message Date
Roberto Ierusalimschy f2206b2abe '-Wconversion' extended to all options of Lua numbers 3 months ago
Roberto Ierusalimschy 0acd55898d Added gcc option '-Wconversion' 3 months ago
Roberto Ierusalimschy 781219dbe1 Small changes in casts from void* to functions 4 months ago
Roberto Ierusalimschy e24ce8c2b3 lua_writestring & co. moved to llimits.h 5 months ago
Roberto Ierusalimschy 55ac40f859 Cleaning of llimits.h 5 months ago
Roberto Ierusalimschy 9fa63a6268 Some 'unsigned int' changed to 'unsigned' 8 months ago
Roberto Ierusalimschy 666e95a66d Option 0 for step multiplier makes GC non-incremental 11 months ago
Roberto Ierusalimschy e15f1f2bb7 Details 2 years ago
Roberto Ierusalimschy c888ae0aea Small changes in hash of pointers 2 years ago
Roberto Ierusalimschy 5d8b5b9290 Changed signal of GC debt 2 years ago
Roberto Ierusalimschy 40565b4a08 Revamp of GC parameters 2 years ago
Roberto Ierusalimschy ec61be9a7e 'l_mem' renamed to 'l_obj' to count objects 2 years ago
Roberto Ierusalimschy f356d5acdd First version of GC counting objects for control 2 years ago
Roberto Ierusalimschy 86ec152433 Details 3 years ago
Roberto Ierusalimschy 2ff3471722 Using 'inline' in some functions 3 years ago
Roberto Ierusalimschy 59c88f846d Broadening the use of branch hints 4 years ago
Roberto Ierusalimschy 9d067ab73b Optimization for 'n^2' 4 years ago
Roberto Ierusalimschy f07de22576 Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8 4 years ago
Roberto Ierusalimschy 287b302acb Revision of stackless implementation 4 years ago
Roberto Ierusalimschy 6f5bd5072d Macro LUAI_ASSERT eases turning assertions on 4 years ago
Roberto Ierusalimschy 3747487320 Small correction in assertion 5 years ago
Roberto Ierusalimschy 279c3a6961 A few changes in tests about number of bits in integers 6 years ago
Roberto Ierusalimschy 49c42f3615 Some improvements in 'luaconf.h' 6 years ago
Roberto Ierusalimschy b14609032c Avoid the creation of too many strings in 'package' 6 years ago
Roberto Ierusalimschy 5ca1075b71 Added field 'srclen' to structure 'lua_Debug' 6 years ago
Roberto Ierusalimschy 0443ad9e28 LUAI_MAXCCALLS renamed LUAI_MAXCSTACK 6 years ago
Roberto Ierusalimschy 23e6bac8a0 Keep correct type for immediate operands in comparisons 6 years ago
Roberto Ierusalimschy ba7da13ec5 Changes in the control of C-stack overflow 6 years ago
Roberto Ierusalimschy 9cbf17b0f1 Details (comments) 6 years ago
Roberto Ierusalimschy 5382a22e0e Corrections in the implementation of '%' for floats. 6 years ago
Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings 6 years ago
Roberto Ierusalimschy 06127927ff new macro 'ispow2' 6 years ago
Roberto Ierusalimschy 34aa0c5bd7 new macros 'likely'/'unlikely' with hints for jump predictions 7 years ago
Roberto Ierusalimschy e2b15aa21d janitor work on casts 7 years ago
Roberto Ierusalimschy f99f3c42ff comment 7 years ago
Roberto Ierusalimschy 7ad20af2cf more freedom in handling memory-allocation errors (not all allocations 7 years ago
Roberto Ierusalimschy d0356d5f15 another value for LUAI_MAXCCALLS (must think more about that) 7 years ago
Roberto Ierusalimschy 196c87c9ce no more 'stackless' implementation; 'luaV_execute' calls itself 7 years ago
Roberto Ierusalimschy 60a7492d24 new type 'ls_byte' for signed bytes 7 years ago
Roberto Ierusalimschy 4bc33d64de avoid overflows in computation of step size 8 years ago
Roberto Ierusalimschy 2caecf1b3e type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added 8 years ago
Roberto Ierusalimschy d103312661 details (typos in comments) 9 years ago
Roberto Ierusalimschy 5bdee4f810 small changes to allow 'precall' to spend time preserving 'func' 9 years ago
Roberto Ierusalimschy 9294466234 detail (string cache a bit smaller by default) 9 years ago
Roberto Ierusalimschy 9fae7b6d3f code for string cache generalized for "associative sets" (compiler 9 years ago
Roberto Ierusalimschy 1198d82530 'lua_longassert' defined as an expression (instead of a command) 9 years ago
Roberto Ierusalimschy b9db9bd0ef 'lua_Number' added to 'L_Umaxalign' union 9 years ago
Roberto Ierusalimschy 16e8bb360b comment 10 years ago
Roberto Ierusalimschy a30c66f0fc macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter 10 years ago
Roberto Ierusalimschy a80cada914 new cache for interning strings 10 years ago