Have the optimizer ignore struct/exec.

This commit is contained in:
Vincent St-Amour 2010-10-06 18:43:35 -04:00
parent 3ec9503da9
commit 99178c70a0

View File

@ -86,6 +86,7 @@
[optimize (syntax-parser
[e:expr
#:when (and (not (syntax-property #'e 'typechecker:ignore))
(not (syntax-property #'e 'typechecker:ignore-some))
(not (syntax-property #'e 'typechecker:with-handlers)))
#:with e*:opt-expr #'e
#'e*.opt]