mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
TODO is OK
This commit is contained in:
parent
f94804d7d9
commit
13be39ca22
1 changed files with 0 additions and 1 deletions
|
@ -1564,7 +1564,6 @@ static void __lambda_6(void *data, int argc, object self_73218, object r_73143)
|
|||
static void __host_lambda_1(void *data, int argc, closure self){
|
||||
while(1) {
|
||||
object *stack = ((gc_thread_data *)data)->args; // TODO: do it inline for benchmarks/production code
|
||||
TODO: is this syntax correct below? double-check in GDB
|
||||
object top = alloca(sizeof(object)); // TODO: is there a more efficient way?
|
||||
if (stack_overflow(top, (((gc_thread_data *)data)->stack_limit))) {
|
||||
//printf("starting GC\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue