racket/racket
Matthew Flatt 254dac4625 optimizer: drop redundant with-continuation-marks
Simplify `(wcm <k1> <v1> (wcm <k1> <v2> <e>))` to
`(begin <v1> (wcm <k1> <v2> <e>))` for a simple enough <k1>.
A variable simple enough, so this is useful for improving
errortrace output.
2016-03-05 05:17:37 -07:00
..
collects make struct-out leave behind a disappeared use for its argument 2016-03-03 03:38:53 -06:00
src optimizer: drop redundant with-continuation-marks 2016-03-05 05:17:37 -07:00
.gitignore internal hooks to build "Racket.exe" without "libracket3m.dll" 2015-03-28 09:50:01 -06:00