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

[jira] Updated: (HARMONY-3232) [drlvm][winx64] Add port atomic functions support for Windows x86_64 platform.

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

Pavel Afremov updated HARMONY-3232:
-----------------------------------

    Attachment: Add-port-atomic-functions-support-for-Windows-x86_64-platform.patch

Untested patch

> [drlvm][winx64] Add port atomic functions support for Windows x86_64 platform.
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-3232
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3232
>             Project: Harmony
>          Issue Type: New Feature
>            Reporter: Pavel Afremov
>         Attachments: Add-port-atomic-functions-support-for-Windows-x86_64-platform.patch
>
>
> Patch adds port atomic functions support for Windows x86_64 platform.
> •	port_atomic_cas16 and port_atomic_cas64 are defined via _InterlockedCompareExchange intrinsics
> •	port_atomic_cas8 was defined in asm file, because C compiler for Windows x86_64 doesn't support inline assembler.

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