Roberto Ierusalimschy
|
d4247befa1
New macro 'assert_code'
|
9 months ago |
Roberto Ierusalimschy
|
ddfa1fbccf
GC back to controling pace counting bytes
|
11 months ago |
Roberto Ierusalimschy
|
f2206b2abe
'-Wconversion' extended to all options of Lua numbers
|
1 year ago |
Roberto Ierusalimschy
|
0acd55898d
Added gcc option '-Wconversion'
|
1 year ago |
Roberto Ierusalimschy
|
781219dbe1
Small changes in casts from void* to functions
|
1 year ago |
Roberto Ierusalimschy
|
e24ce8c2b3
lua_writestring & co. moved to llimits.h
|
1 year ago |
Roberto Ierusalimschy
|
55ac40f859
Cleaning of llimits.h
|
1 year ago |
Roberto Ierusalimschy
|
9fa63a6268
Some 'unsigned int' changed to 'unsigned'
|
1 year ago |
Roberto Ierusalimschy
|
666e95a66d
Option 0 for step multiplier makes GC non-incremental
|
1 year ago |
Roberto Ierusalimschy
|
ab6a949522
Merge branch 'master' into nextversion
|
2 years ago |
Roberto Ierusalimschy
|
e15f1f2bb7
Details
|
2 years ago |
Roberto Ierusalimschy
|
8c064fdc23
Merge branch 'master' into nextversion
|
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
|
5 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 |