racket/pkgs
Matthew Flatt a8026824dd adjust optimizer to improve intra-module inlining
Instead of delaying the registration of some constants until a
group of expressions is re-optimized, add constant information as
it is discovered, which can expose some additional optimizations.

The old grouping was probably aimed at avoiding excessive code growth,
but I think that other and better controls are now in place. The
overall size of ".zo" files in an installation did not grow
significantly with this change.

Closes PR 14978
2015-02-16 10:01:16 -07:00
..
at-exp-lib remove the "racket-pkgs" directory layer 2014-12-08 05:22:59 -07:00
base bump version number 2015-01-19 21:29:54 -07:00
plt-services/meta Remove this drdr config file, which now lives in DrDr. 2014-12-20 20:06:03 -05:00
racket-benchmarks remove the "racket-pkgs" directory layer 2014-12-08 05:22:59 -07:00
racket-doc raco setup: improve and normalize error reporting 2015-02-15 09:49:40 -07:00
racket-index raco setup: render each document with a separate namespace 2015-01-21 04:53:14 -07:00
racket-lib remove the "racket-pkgs" directory layer 2014-12-08 05:22:59 -07:00
racket-test Add stream/c contract for adding contracts on stream contents 2015-02-13 20:14:03 -06:00
racket-test-core adjust optimizer to improve intra-module inlining 2015-02-16 10:01:16 -07:00
racket-test-extra Rename racket-extra-test to racket-test-extra. 2014-12-14 23:34:33 -05:00