declare deserializaton helper linklet as consistent
Declaring as consistent avoids some application indirections on Racket CS, for example.
This commit is contained in:
parent
42009925dc
commit
a0b1791a9d
|
@ -951,7 +951,7 @@
|
|||
syntax-module-path-index-shift))
|
||||
|
||||
(define deserialize-instance
|
||||
(make-instance 'deserialize #f 'constant
|
||||
(make-instance 'deserialize #f 'consistent
|
||||
'deserialize-module-path-indexes deserialize-module-path-indexes
|
||||
'syntax-module-path-index-shift syntax-module-path-index-shift/no-keywords
|
||||
'syntax-shift-phase-level syntax-shift-phase-level
|
||||
|
|
Loading…
Reference in New Issue
Block a user