Araq
|
5a52e941b5
added 'setupGcForForeignThread' for better C interop
|
10 years ago |
Araq
|
a639824e5e
introduced 'benign' pragma
|
10 years ago |
Araq
|
2f43fdb837
renamefest
|
10 years ago |
Araq
|
fc0fda14ae
system files use new identifiers
|
10 years ago |
Araq
|
dbf9117c56
the big renamefest: first steps
|
10 years ago |
Araq
|
dd806cafa0
distinguish between 'defined' and 'declared'
|
10 years ago |
Araq
|
3b69a8d27a
New concurrency model: next steps
|
10 years ago |
Araq
|
42a8ab34f1
preparations for easier debugging
|
10 years ago |
Araq
|
ac3bce79d1
compiles on sparc again
|
11 years ago |
Araq
|
73c6efdf66
'nil' as a statement is deprecated, use an empty 'discard' instead
|
11 years ago |
Araq
|
b731e6ef1c
case consistency: cs:partial bootstraps on windows
|
11 years ago |
Araq
|
438703f59e
case consistency: next steps
|
11 years ago |
Araq
|
1101a40f91
improvements for 'pretty'
|
11 years ago |
Araq
|
92b8fac94a
case consistency part 4
|
11 years ago |
Araq
|
2df9b442c6
case consistency part 1
|
11 years ago |
Araq
|
132b6b3efe
implemented 'injectStmt'; more debug support
|
11 years ago |
Araq
|
fe983b1309
fixes a regression where memset was used without including <string.h>
|
11 years ago |
Araq
|
f73cec7f01
GC: even more stress testing
|
11 years ago |
Araq
|
f857a842fc
debug GC works now
|
11 years ago |
Araq
|
1a792d46d0
first version of the debug GC; doesn't work yet
|
11 years ago |
Araq
|
6cc06cd35d
fixes #569; C++ codegen works again
|
11 years ago |
Araq
|
3940bd5b84
GC: added static cycleGC checks
|
11 years ago |
Araq
|
db027faf38
fixes a long standing channels bug
|
11 years ago |
Araq
|
0f2aa053d9
added GC_addCycleRoot
|
12 years ago |
Araq
|
5e7dd69b00
GC: incRef needs to add cycleroots
|
12 years ago |
Araq
|
3d7abb958d
open arrays documented in the manual
|
12 years ago |
Araq
|
0bb3731422
working cycle collector for old GC
|
12 years ago |
Araq
|
ab6f793408
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
|
12 years ago |
Araq
|
65fdd641a9
revert to old GC; use --gc:v2 to activate the new GC
|
12 years ago |
Zahary Karadjov
|
19e795e017
the `mainmodule` option has effect only when no explicit module is given
|
12 years ago |