You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2007/04/06 20:09:32 UTC

[jira] Commented: (HARMONY-3246) [drlvm][jit][opt] Jitted code can not be executed on non-SSE2 platforms

    [ https://issues.apache.org/jira/browse/HARMONY-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487300 ] 

Nathan Beyer commented on HARMONY-3246:
---------------------------------------

I can test that these changes are passive on P4 platforms, but I can't test these changes on P3 platforms at all since there are lingering 'mfence' assembly instructions being inserted that prevent the VM from starting at all. It would seem that we need to eliminate those changes first before we can do this.

> [drlvm][jit][opt] Jitted code can not be executed on non-SSE2 platforms
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-3246
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3246
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Nikolay Sidelnikov
>         Attachments: p5_fixed.patch
>
>
> Jitrino generates code with SSE and SSE2 instructions which can not be executed on processors older than Pentium 4.

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