5562 Commits (8eb0abc9db4d47db5192bed18565e3d1aa53566d)
 

Author SHA1 Message Date
Roberto Ierusalimschy 8eb0abc9db Removed uses of LUA_NUMTAGS 10 months ago
Roberto Ierusalimschy d862da6d04 Optimizations for 'lua_rawgeti' and 'lua_rawseti' 10 months ago
Roberto Ierusalimschy 7827c40c49 A few more tweaks in the garbage collector 10 months ago
Roberto Ierusalimschy e7af9cdf0b Fixed buffers reuse absolute line information 11 months ago
Roberto Ierusalimschy 12b6f610b0 Several tweaks in the garbage collector 11 months ago
Roberto Ierusalimschy e81f586001 Removed compatibility option LUA_COMPAT_GCPARAMS 11 months ago
Roberto Ierusalimschy e2cc179454 New option "setparms" for 'collectgarbage' 11 months ago
Roberto Ierusalimschy ad0ea7813b GC parameters encoded as floating-point bytes 11 months ago
Roberto Ierusalimschy 666e95a66d Option 0 for step multiplier makes GC non-incremental 11 months ago
Roberto Ierusalimschy 4eda1acafa Cleaner protocol between 'lua_dump' and writer function 11 months ago
Roberto Ierusalimschy ad73b33224 Check minor->major made at the end of a minor cycle 11 months ago
Roberto Ierusalimschy 925fe8a0f2 First criteria for shifts minor<->major 11 months ago
Roberto Ierusalimschy 789e7acdea Major collections done incrementally 11 months ago
Roberto Ierusalimschy 74b4013538 Removed macro 'changeage' 11 months ago
Roberto Ierusalimschy b719ff9399 Removed parameter in 'collectgarbage("step")' 11 months ago
Roberto Ierusalimschy 35a2fed2d1 Removed deprecated options in 'lua_gc' 11 months ago
Roberto Ierusalimschy 63d68bd657 Comments detailing the ages for generational GC 11 months ago
Roberto Ierusalimschy 011850a8f8 Details in the manual 12 months ago
Roberto Ierusalimschy 52b899d60d Simpler coding for new representation for arrays 12 months ago
Roberto Ierusalimschy 25cd3d377e Buffer in 'luai_makeseed' measured in bytes 12 months ago
Roberto Ierusalimschy 1028f296a8 Default paths stored as external strings 12 months ago
Roberto Ierusalimschy 6d042a178f Auxiliary buffer uses external strings 12 months ago
Roberto Ierusalimschy eabf425c76 Correct anchoring and GC barriers in 'loadString' 12 months ago
Roberto Ierusalimschy 3b57e37e48 Fixed buffers save long strings as external. 1 year ago
Roberto Ierusalimschy 024f9064f1 External strings 1 year ago
Roberto Ierusalimschy 7f4906f565 Towards external strings 1 year ago
Roberto Ierusalimschy b8a9d14032 Details 1 year ago
Roberto Ierusalimschy 19afd91687 Solving merge issue with use of tables in dump/undump 1 year ago
Roberto Ierusalimschy 37c215b43f Merge branch 'newarray' into nextversion 1 year ago
Roberto Ierusalimschy 9e99f3071d Merge branch 'master' into nextversion 1 year ago
Roberto Ierusalimschy fa075b7953 Merge branch 'master' into newarray 1 year ago
Roberto Ierusalimschy 08a077d673 Full implementation of new representation for arrays 1 year ago
Roberto Ierusalimschy 7923dbbf72 Bug: Recursion in 'getobjname' can stack overflow 1 year ago
Roberto Ierusalimschy 43c8e5bded Full abstraction for representation of array values 1 year ago
Roberto Ierusalimschy b8b709b6d4 Avoid direct accesses to the array part of a table 1 year ago
Roberto Ierusalimschy 81e4fce530 Simpler test in 'luaH_getint' 1 year ago
Roberto Ierusalimschy 6baee9ef9d Removed test for "corrupted binary dump" 1 year ago
Roberto Ierusalimschy edd8589f47 Avoid casts from unsigned long to floating-point 1 year ago
Roberto Ierusalimschy 14e416355f Added suport for Fixed Buffers 1 year ago
Roberto Ierusalimschy f33cda8d6e New macro 'getlstr' 1 year ago
Roberto Ierusalimschy 96f7714237 Field 'Proto.is_vararg' uses only one bit 1 year ago
Roberto Ierusalimschy 0554581605 Opcode in dumps is stored properly aligned 1 year ago
Roberto Ierusalimschy 07a9eab23a Cannot use 'getshrstr' before setting 'shrlen' 1 year ago
Roberto Ierusalimschy c815c2f0eb Merge branch 'master' into nextversion 1 year ago
Roberto Ierusalimschy 9363a8b990 Documentation for "LUA_NOENV" 1 year ago
Roberto Ierusalimschy 5ab6a5756b Bug: Wrong line number for function calls 1 year ago
Roberto Ierusalimschy 9b4f39ab14 More disciplined use of 'getstr' and 'tsslen' 1 year ago
Roberto Ierusalimschy f4211a5ea4 More control over encoding of test files 1 year ago
Roberto Ierusalimschy 1b3f507f62 Bug: Call hook may be called twice when count hook yields 1 year ago
Roberto Ierusalimschy 6b51133a98 Thread stacks resized in the atomic phase 1 year ago