mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 15:57:36 +02:00
WIP
This commit is contained in:
parent
9e082f3c0c
commit
cc5f14f63e
1 changed files with 3 additions and 2 deletions
|
@ -180,7 +180,7 @@
|
|||
" if (stack_overflow(&top, (((gc_thread_data *)data)->stack_limit))) { \\\n"
|
||||
" object buf[" n "]; " arry-assign "\\\n"
|
||||
" mclosure1(c1, (function_type) _clo_fn, clo); \\\n"
|
||||
" GC(td, &c1, buf, " n "); \\\n"
|
||||
" GC(td, (closure)(&c1), buf, " n "); \\\n"
|
||||
" return; \\\n"
|
||||
" } else { \\\n"
|
||||
" (_fn)(td, " n ", (closure)(clo)" args "); \\\n"
|
||||
|
@ -1642,8 +1642,9 @@
|
|||
params-str
|
||||
")"
|
||||
"{"
|
||||
" object obj = "
|
||||
"\nobject obj = "
|
||||
(mangle (car (adbf:all-params fnc)))
|
||||
";\n"
|
||||
"__lambda_"
|
||||
(number->string (car l))
|
||||
"(data, argc, obj"
|
||||
|
|
Loading…
Add table
Reference in a new issue