Have the optimizer ignore struct/exec.
This commit is contained in:
parent
3ec9503da9
commit
99178c70a0
|
@ -86,6 +86,7 @@
|
||||||
[optimize (syntax-parser
|
[optimize (syntax-parser
|
||||||
[e:expr
|
[e:expr
|
||||||
#:when (and (not (syntax-property #'e 'typechecker:ignore))
|
#:when (and (not (syntax-property #'e 'typechecker:ignore))
|
||||||
|
(not (syntax-property #'e 'typechecker:ignore-some))
|
||||||
(not (syntax-property #'e 'typechecker:with-handlers)))
|
(not (syntax-property #'e 'typechecker:with-handlers)))
|
||||||
#:with e*:opt-expr #'e
|
#:with e*:opt-expr #'e
|
||||||
#'e*.opt]
|
#'e*.opt]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user