typed-racket/collects/typed-scheme/optimizer
Vincent St-Amour 5ead0f43e2 Cleanup of syntax-parse patterns.
original commit: 988466369739ac5682205e49185c3956e07f3f0d
2010-08-27 14:43:19 -04:00
..
apply.rkt Optimize (apply + (map f l)) to avoid the intermediate list. 2010-07-23 14:11:40 -04:00
box.rkt Added box optimizations. 2010-07-21 21:09:42 -04:00
dead-code.rkt Added dead code elimination. 2010-07-16 12:22:11 -04:00
fixnum.rkt Optimizations on one-argument cases of arithmetic operations. 2010-07-21 21:09:43 -04:00
float.rkt Cleanup of syntax-parse patterns. 2010-08-27 14:43:19 -04:00
inexact-complex.rkt Cleanup of syntax-parse patterns. 2010-08-27 14:43:19 -04:00
number.rkt Optimizations on one-argument cases of arithmetic operations. 2010-07-21 21:09:43 -04:00
optimizer.rkt Changed optimization order, to avoid potential conflicts. 2010-07-29 18:29:55 -04:00
pair.rkt Added mutable pair optimizations. 2010-07-16 12:22:16 -04:00
sequence.rkt Added optimization for string-length and bytes-length. 2010-07-21 21:09:42 -04:00
string.rkt Improved logging since it's now used for testing. 2010-08-27 13:29:42 -04:00
struct.rkt Pushed optimizations to auxiliary syntax classes. 2010-07-08 18:29:15 -04:00
unboxed-let.rkt Cleanup of syntax-parse patterns. 2010-08-27 14:43:19 -04:00
utils.rkt Adapted filename logging for testing purposes. 2010-08-27 13:29:42 -04:00
vector.rkt Improved logging since it's now used for testing. 2010-08-27 13:29:42 -04:00