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:
Justin Ethier 2018-12-21 21:48:57 -05:00
parent a53af18f89
commit c564400f5a

View file

@ -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!