You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "vasily.v.levchenko@gmail.com (JIRA)" <ji...@apache.org> on 2007/08/08 05:27:59 UTC

[jira] Resolved: (HARMONY-4599) [drlvm][jit][opt]Jitrino dublicates segment override prefix in TLS helper for Win/x86

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

vasily.v.levchenko@gmail.com resolved HARMONY-4599.
---------------------------------------------------

    Resolution: Fixed

Seems ok, some questions to the patch see previous comment 

> [drlvm][jit][opt]Jitrino dublicates segment override prefix in TLS helper for Win/x86 
> --------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4599
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4599
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: x86/Windows Server 2003
> Harmony VM:r559723
>            Reporter: vasily.v.levchenko@gmail.com
>            Assignee: Mikhail Fursov
>            Priority: Trivial
>         Attachments: double_tls_access.patch
>
>
> Hi folks, 
> I've noticed that Jitrino duplicate the segment override prefix in TLS related templates:
> 0x00000000237f0f7d	81ea02000000	sub edx,2
> 0x00000000237f0f83	89542458    	mov dword ptr [esp+58h],edx
> 0x00000000237f0f87	64  			???
> 0x00000000237f0f88	648b1514000000	mov edx,dword ptr fs:[14h]
> 0x00000000237f0f8f	81c204000000  	add edx,4
> Harmony build: r559723
> Should be:
> 81ea02000000	sub edx,2
> 89542458    	mov dword ptr [esp+58h],edx
> 648b1514000000	mov edx,dword ptr fs:[14h]
> 81c204000000  	add edx,4

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