EDO: Exception-directed optimization in java
Many people don’t regard Java as a suitable language for HPC, mostly due to perception that JVM is much slower than native machine, and also the costly performance overhead for throwing an exception when the program encounters a FP overflow. This paper from IBM Tokyo JIT Research shows an attempt to address the 2nd issue. [...]
Read Full Post | Make a Comment ( None so far )

