mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 22:32:05 -08:00
Disable open-coding accessors when space constraint is large
This commit is contained in:
parent
bcd542c343
commit
7f26ef678d
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@
|
|||
(define-policy inline-slot-access :on speed 1 :off debug 2 :off safety 2
|
||||
"Inline access to structures and sealed classes")
|
||||
|
||||
(define-policy inline-accessors :off debug 2
|
||||
(define-policy inline-accessors :off debug 2 :off space 2
|
||||
"Inline access to object slots, including conses and arrays")
|
||||
|
||||
(define-policy open-code-aref/aset :alias inline-accessors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue