What does the 'optimise' scala compiler flag do?

Viewed 3366

I've tried using scalac -optimise with version 2.7.7. At that time I never got any performance improvements, but the compilation took longer.

Is the situation better in Scala 2.9.0 ? What optimisations are currently covered by the flag ?

1 Answers
Related