racket/collects/typed-racket/optimizer
Vincent St-Amour 8ffbaabfa6 Have hidden cost reporting produce report entries directly.
Since I'm more likely to do locality than causality merging for them,
there's no reason to produce log entries instead of report entries.
2013-01-11 18:40:21 -05:00
..
tool Have hidden cost reporting produce report entries directly. 2013-01-11 18:40:21 -05:00
apply.rkt
box.rkt
dead-code.rkt
fixnum.rkt Be less aggressive about fixnum recommendations. 2012-12-04 19:29:15 -05:00
float-complex.rkt Recommend float-specific operations in case of unexpected complex. 2012-10-09 16:58:04 -04:00
float.rkt Report potential exact rational arithmetic in hot code. 2013-01-11 18:40:20 -05:00
hidden-costs.rkt Report struct constructors used in hot code. 2013-01-11 18:40:20 -05:00
list.rkt
logging.rkt Log operations with hidden costs from TR. 2013-01-11 18:40:20 -05:00
number.rkt
numeric-utils.rkt
optimizer.rkt Log operations with hidden costs from TR. 2013-01-11 18:40:20 -05:00
pair.rkt
sequence.rkt Heterogenous -> heterogenEous. 2012-11-20 17:06:51 -05:00
string.rkt
struct.rkt
unboxed-let.rkt
utils.rkt
vector.rkt Fix partial bounds checking elimination. 2012-12-04 19:29:16 -05:00