[#974] | project: compiler | priority: high | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Stephane | _ | fixed | 2007-03-02 11:33:02.0 | |
subject | [contrib] Performance issue when using the IBM JVM for Scala | |||
code | ||||
what happened | Running the Scala interpreter on the IBM JVM (all versions) is terribly slow. The problem was reported by David \ Pollack on the Scala mailing list. |
|||
what expected | Runs fine as on the Sun JVM | |||
[back to overview] |
Stephane edited on 2007-03-02 11:34:52.0 |
Iulian: For classes or interfaces that have an "InnerClasses" attribute of length 0 in their classfile, the IBM JVM takes a VERY long time to load. The backend now tests for that case. |
Stephane edited on 2007-03-02 11:37:04.0 |