mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +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
|
(member
|
||||||
prim
|
prim
|
||||||
'(
|
'(
|
||||||
;apply ;; ??
|
apply ;; ??
|
||||||
cons
|
cons
|
||||||
make-vector
|
make-vector
|
||||||
make-bytevector
|
make-bytevector
|
||||||
|
@ -668,10 +668,10 @@
|
||||||
substring
|
substring
|
||||||
Cyc-installation-dir
|
Cyc-installation-dir
|
||||||
Cyc-compilation-environment
|
Cyc-compilation-environment
|
||||||
; Cyc-bytevector-copy
|
Cyc-bytevector-copy
|
||||||
; Cyc-utf8->string
|
Cyc-utf8->string
|
||||||
; Cyc-string->utf8
|
Cyc-string->utf8
|
||||||
; list->vector
|
list->vector
|
||||||
)))
|
)))
|
||||||
|
|
||||||
(define (prim-calls-inlinable? prim-calls)
|
(define (prim-calls-inlinable? prim-calls)
|
||||||
|
|
Loading…
Add table
Reference in a new issue