[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 10555)

Jason Hickey jyh at cs.caltech.edu
Sat Apr 28 12:14:46 PDT 2007


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:
    +13 -8	omake-branches/0.9.8.x/src/ir/omake_node.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-04.html#07/04/28.12:14:46



More information about the OMake-CVS mailing list