racket/collects
Matthew Flatt 3b9e13b38f fix to bytecode compiler's propoagation of local-type info
This is another old bug that could have caused validation failures
with flonums, but it showed up with fixnum tracking because fixnums
are more common (e.g., from `string-length').

There were really two bugs: information installed at the
wrong offet in one place, and a failure to detect that information
should be propagated in a different place. Fixing both avoids
a validation problem with `html/sgml-reader'.

original commit: afca33b78b
2012-11-18 10:31:20 -07:00
..
compiler fix to bytecode compiler's propoagation of local-type info 2012-11-18 10:31:20 -07:00
launcher add ++aux' flag to raco exe' 2011-09-09 17:03:18 -06:00
meta/drdr2 Describing architecture a little 2010-10-21 22:29:27 -07:00
setup [Parallel-Build] remove -u, -j 1 is uniprocessor, SETUP_OPTIONTS => PLT_SETUP_OPTIONS 2010-07-06 10:07:40 -06:00
tests fix `lazy-require' in phase levels other than 0 2012-11-11 09:38:16 -07:00