racket/collects/typed-scheme/optimizer
Vincent St-Amour 27f3eb3870 Report optimizations and missed optimizations with the DrRacket tool.
Currently, that just means showing the text that would be shown on the
command line. Eventually, it should highlight code in the editor, and
have tooltips explaining what happened.
2011-07-15 15:04:51 -04:00
..
tool Report optimizations and missed optimizations with the DrRacket tool. 2011-07-15 15:04:51 -04:00
apply.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
box.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
dead-code.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
fixnum.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
float-complex.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
float.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
list.rkt Add list optimizations. 2011-07-11 15:55:07 -04:00
logging.rkt Relocate TR logging capture. 2011-07-15 15:04:51 -04:00
number.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
numeric-utils.rkt Add in-complex-layer?. 2011-06-17 18:18:00 -04:00
optimizer.rkt Add list optimizations. 2011-07-11 15:55:07 -04:00
pair.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
sequence.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
string.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
struct.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
unboxed-let.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
utils.rkt Put logging code in its own file. 2011-06-17 18:18:02 -04:00
vector.rkt Do partial bounds checking elimination for flvector operations. 2011-07-06 18:09:31 -04:00