You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Leviev (JIRA)" <ji...@apache.org> on 2007/04/26 12:21:15 UTC

[jira] Updated: (HARMONY-3765) [drlvm][general] markup macros for thread unsafe regions

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

Ilya Leviev updated HARMONY-3765:
---------------------------------

    Attachment: HARMONY-3765-marking_macros.patch

> [drlvm][general] markup macros for thread unsafe regions
> --------------------------------------------------------
>
>                 Key: HARMONY-3765
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3765
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Ilya Leviev
>         Attachments: HARMONY-3765-marking_macros.patch
>
>
> Sometimes TC report about race conditions that not affect correctness of execution. So I have prepared special functionality for prevention of further alarms on this race conditions.
> Notes: 
> The patch add new header file (port/include/port_nonatomic.h) which define macros that mark start and end points of code area where thread unsafe operations are performed. 
> Thanks to Alexey Varlamov for reviewing the patch (see HARMONY-3537)

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