add concurrent mark for experiment

This commit is contained in:
ValKmjolnir
2023-07-16 00:37:11 +08:00
parent 6488224fe4
commit f919f6cf86
10 changed files with 142 additions and 16 deletions
+2 -1
View File
@@ -480,7 +480,8 @@ var runtime = {
# command line arguments
argv: func() {return globals.arg;},
gc: {
extend: func(type) {return __gcextd;}
extend: func(type) {return __gcextd;},
info: func() {return __gcinfo;}
}
};