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

[jira] Commented: (HARMONY-566) [classlib] NASM port of assembly parts of win32 code in hythreads

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

Tim Ellison commented on HARMONY-566:
-------------------------------------

Gregory, Is this issue still valid?

> [classlib] NASM port of assembly parts of win32 code in hythreads
> -----------------------------------------------------------------
>
>                 Key: HARMONY-566
>                 URL: https://issues.apache.org/jira/browse/HARMONY-566
>             Project: Harmony
>          Issue Type: Wish
>          Components: Classlib
>         Environment: Windows ia32
>            Reporter: Gregory Shimansky
>            Priority: Trivial
>         Attachments: nasm-port.zip
>
>
> Since MASM is not a free tool I've ported assembly threading code to NASM which is free and available for windows and linux ia32 OSes (there is a branch called yasm which supports x86_64 arch). The code attempts to keep win32 optimization for a single processor where LOCK prefixes of instructions are replaced with NOPs.
> The command line to compile sources is
> nasm -f win32 $<
> If NASM is taken independent from Cygwin, e.g. from http://nasm.sf.net,  the command line is "nasmw", not "nasm".

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