You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/05/15 14:37:16 UTC

[jira] Closed: (HARMONY-3824) [drlvm][jit] Escape analysis improvement - 2

     [ https://issues.apache.org/jira/browse/HARMONY-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov closed HARMONY-3824.
------------------------------------

    Resolution: Fixed

Applied at r538156 except the following hunk which just adds few spelling errors to help msg:

Index: vm/jitrino/src/optimizer/escanalyzer.cpp
===================================================================
--- vm/jitrino/src/optimizer/escanalyzer.cpp	(revision 536166)
+++ vm/jitrino/src/optimizer/escanalyzer.cpp	(working copy)
@@ -40,10 +40,10 @@
 const  char* help =
     "  escape flags:\n"
     "    escape.max_level[=0]                     - max level callee method analysis\n"
-    "    escape.do_sync_removal[={on,OFF}]        - do synchronization removal optimization\n"
-    "    escape.do_sync_removal_vc[={ON,off}]     - do synchronization removal optimization\n"
+    "    escape.do_sync_removal[={on,OFF}]        - do synchonization removal optimization\n"
+    "    escape.do_sync_removal_vc[={ON,off}]     - do synchonization removal optimization\n"
     "                                               for virtual call escaped operands\n"
-    "    escape.do_sync_removal_sm[={ON,off}]     - do synchronization removal optimization\n"
+    "    escape.do_sync_removal_sm[={ON,off}]     - do synchonization removal optimization\n"
     "                                               for synchronized methods\n"
     "    escape.do_scalar_repl[={ON,off}]         - do scalar replacement optimization for\n"
     "                                               local and escaped objects\n"


> [drlvm][jit] Escape analysis improvement - 2
> --------------------------------------------
>
>                 Key: HARMONY-3824
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3824
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Natalya Golovleva
>         Assigned To: Alexey Varlamov
>         Attachments: escape.1.patch
>
>
> This patch is an addition to the patch from HARMONY-3729, applied at r536140.
> The patch contains:
> - removing unused methods;
> - fix in escape analysis algorithm;
> - fix in scalar replacement algorithm;
> - adding 'dce,uce' after 'escape' in em64t/server.emconf file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.