Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-04-28 12:14:46 -0700 (Sat, 28 Apr 2007)
Revision: 10555
Log message:

      Fixed an uncaught exception in the case-sensitive test.
     
     This was a little exasperating--I was wondering why all of a sudden
     I was getting End_of_file exceptions in the middle of a file.
     
     I believe it is more important for the code to be clean and correct
     than to have complicated incorrect code that is faster by a few
     microseconds.  After all, these micro-optimizations are really
     swamped by the system calls.  Unix.LargeFile.stat is very expensive--the
     only way you are going to make this code faster in any significant
     way is by reducing the number of system calls.

Changes  Path
+13 -8 omake-branches/0.9.8.x/src/ir/omake_node.ml