racket/racket
Matthew Flatt 1c8881dbef optimizer: convert (let ([x M]) x) to (begin0 M #f)
For simple enough M, `(let ([x M]) x)` is already converted
to just M, but add a conversion for other forms that gets rid
of the binding while preserving non-tailness.
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: convert (let ([x M]) x) to (begin0 M #f) 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