mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Fast list/vector functions also allocate mutable objs
This commit is contained in:
parent
f64d429ab8
commit
3bf2a6125c
1 changed files with 7 additions and 0 deletions
|
@ -1154,6 +1154,13 @@
|
||||||
Cyc-utf8->string
|
Cyc-utf8->string
|
||||||
Cyc-string->utf8
|
Cyc-string->utf8
|
||||||
list->vector
|
list->vector
|
||||||
|
Cyc-fast-list-1
|
||||||
|
Cyc-fast-list-2
|
||||||
|
Cyc-fast-list-3
|
||||||
|
Cyc-fast-list-4
|
||||||
|
Cyc-fast-vector-2
|
||||||
|
Cyc-fast-vector-3
|
||||||
|
Cyc-fast-vector-4
|
||||||
)))
|
)))
|
||||||
|
|
||||||
(define (prim-calls-inlinable? prim-calls)
|
(define (prim-calls-inlinable? prim-calls)
|
||||||
|
|
Loading…
Add table
Reference in a new issue