racket/collects/compiler
Matthew Flatt afca33b78b 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'.
2012-11-18 10:31:20 -07:00
..
commands raco exe: checks on source and destination paths 2012-05-28 20:30:58 -06:00
demodularizer fix compiler/zo-marshal 2012-11-15 06:18:05 -07:00
private windows: fix `subprocess' for an empty argument 2012-07-25 20:37:20 -06:00
bundle-dist.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
cm-accomplice.rkt compiler/cm-accomplice: add `register-external-module' 2012-11-11 09:38:16 -07:00
cm.rkt compiler/cm-accomplice: add `register-external-module' 2012-11-11 09:38:16 -07:00
compiler-unit.rkt 2011 -> 2012 2011-12-31 15:16:59 -05:00
compiler.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
decompile.rkt fix to bytecode compiler's propoagation of local-type info 2012-11-18 10:31:20 -07:00
distribute.rkt win64: fix `raco dist' 2012-01-17 21:07:07 -07:00
embed-sig.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
embed-unit.rkt fix raco exe' for module+' submodules 2012-10-17 16:28:41 -06:00
embed.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
find-exe.rkt fix `raco setup' for splicing collections 2012-05-03 11:11:38 -06:00
info.rkt remove obsolete and unused Racket-to-C compiler 2011-09-20 15:26:39 -06:00
main.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
option-unit.rkt remove obsolete and unused Racket-to-C compiler 2011-09-20 15:26:39 -06:00
option.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
sig.rkt remove obsolete and unused Racket-to-C compiler 2011-09-20 15:26:39 -06:00
xform.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
zo-marshal.rkt fix compiler/zo-marshal 2012-11-15 06:18:05 -07:00
zo-parse.rkt bytecode compiler: generalize local-type tracking for unboxing 2012-11-14 19:37:01 -07:00
zo-structs.rkt bytecode compiler: generalize local-type tracking for unboxing 2012-11-14 19:37:01 -07:00