Show
Ignore:
Timestamp:
05/21/07 14:06:20 (3 years ago)
Author:
dc12360
Message:

Changed overloading to implement (roughly) the "nice" proposal
where functions with different numbers of static parameters can
all be overloaded together. Currently ignores differing environments
for where clauses, which is not quite right, but is also an obscure
corner case.

Implemented _ ignoring with rewriting.

Added LatticeIntervalMaps?, but they are not used yet.

Upped memory limits.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/test

    r24 r336  
    2424fi 
    2525 
    26 java -cp "$CP" \ 
     26java -cp "$CP" -Xmx320m -Xms192m \ 
    2727junit.swingui.TestRunner \ 
    2828com.sun.fortress.interpreter.drivers.SystemJUTests >& test.log