diff --git a/NOTES b/NOTES index 804abae..b5b1b92 100644 --- a/NOTES +++ b/NOTES @@ -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. \ No newline at end of file +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. \ No newline at end of file