[ http://issues.apache.org/jira/browse/HARMONY-1417?page=comments#action_12436567 ]
Geir Magnusson Jr commented on HARMONY-1417:
--------------------------------------------
Hm. I'm not seeing any improvement in my debug build :
geir@t42-laptop:~/dev/apache/harmony/enhanced/trunk/working_vm$ svn stat
M vm/jitrino/config/ia32/server_static.emconf
M vm/jitrino/config/ia32/server.emconf
M vm/jitrino/src/optimizer/lazyexceptionopt.cpp
geir@t42-laptop:~/dev/apache/harmony/enhanced/trunk/working_vm/build/deploy/jre/bin$ ./java
Test2_LE
Start Test_LE:
...
[snip]
...
Total time: 176225
...
[snip]
...
Total time: 137938
I'll try release.
> [DRLVM] Fixed bugs in lazy exception optimization pass
> ------------------------------------------------------
>
> Key: HARMONY-1417
> URL: http://issues.apache.org/jira/browse/HARMONY-1417
> Project: Harmony
> Issue Type: Bug
> Components: DRLVM
> Reporter: Natalya Golovleva
> Assigned To: Geir Magnusson Jr
> Priority: Minor
> Attachments: HARMONY-1417.patch, Test2_LE.java, Test2_LE_results.doc, Test2_LE_results.txt,
Test_LE.java, Test_LE.java
>
>
> Fixed bugs in lazy exception optimization pass.
> Replaced lazyexc optpass after inline optpass in server and server_static emconf
files.
>
> Fixed bugs in lazy exception optimization pass:
> 1. Permitted to have more then one chknull instructions for exception initializer
argument.
> 2. Added check that call exception initializer instruction is present in the code.
> 3. Changed side effect indication for stvar instruction from true to false.
> The jira depends on HARMONY-1363.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|