mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Designated more objs that allocate mutable objs
This commit is contained in:
parent
3985544a0f
commit
1c6388bfaf
1 changed files with 5 additions and 5 deletions
|
@ -650,7 +650,7 @@
|
|||
(member
|
||||
prim
|
||||
'(
|
||||
;apply ;; ??
|
||||
apply ;; ??
|
||||
cons
|
||||
make-vector
|
||||
make-bytevector
|
||||
|
@ -668,10 +668,10 @@
|
|||
substring
|
||||
Cyc-installation-dir
|
||||
Cyc-compilation-environment
|
||||
; Cyc-bytevector-copy
|
||||
; Cyc-utf8->string
|
||||
; Cyc-string->utf8
|
||||
; list->vector
|
||||
Cyc-bytevector-copy
|
||||
Cyc-utf8->string
|
||||
Cyc-string->utf8
|
||||
list->vector
|
||||
)))
|
||||
|
||||
(define (prim-calls-inlinable? prim-calls)
|
||||
|
|
Loading…
Add table
Reference in a new issue