Give to charity, get a copy of Excelsior JET (commercial JVM with AOT compiler)

The campaign’s over, raised $6,473 this time. Thanks everyone!

Well done, Dmitry.

Cas :slight_smile:

Thanks for the opportunity!

[quote]If you don’t need denormals I’d expect you could just use a JNI method to set the FP-control word per thread.
[/quote]
Sounds interesting, how would that work? Like calling a method once and the denormalization issue is gone, or calling a method at every point a denormalization issue could occur?
Currently I either add an offset or ‘nudge towards zero’, so if it’s the latter than I’m not sure it’d be worth it.