This commit is contained in:
Danny Yoo 2011-05-20 12:16:56 -04:00
parent 87d1149c75
commit eb83d7f689

14
NOTES
View File

@ -528,4 +528,16 @@ low-level inspection.
Optimizations are off at the moment until I integrate this into Moby.
Then I can start turning optimizations back on.
Then I can start turning optimizations back on.
----------------------------------------------------------------------
May 20, 2011
I'm running my bytecode parser over the entire racket collects tree,
just to make sure the parser itself is robust. I'm hitting failures
on the following files:
Parsing takes milliseconds, except on Typed Racket code, which is expected.