From eb83d7f689e1ee070e96a9e45e4aef80b4d9d00d Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Fri, 20 May 2011 12:16:56 -0400 Subject: [PATCH] notes --- NOTES | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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