mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Classify apply functions as mutators
We don't know if the functions they call will mutate or not, so err on the side of caution. Not sure this is really necessary since they receive a cont and therefore cannot be inlined anyway.
This commit is contained in:
parent
a53af18f89
commit
c564400f5a
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@
|
||||||
(memq
|
(memq
|
||||||
exp
|
exp
|
||||||
'(
|
'(
|
||||||
|
apply
|
||||||
|
Cyc-fast-apply
|
||||||
Cyc-set-cvar!
|
Cyc-set-cvar!
|
||||||
Cyc-spawn-thread!
|
Cyc-spawn-thread!
|
||||||
Cyc-end-thread!
|
Cyc-end-thread!
|
||||||
|
|
Loading…
Add table
Reference in a new issue