You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Yu-Nan He (JIRA)" <ji...@apache.org> on 2006/10/17 08:21:38 UTC

[jira] Created: (HARMONY-1886) interior pointer for GCv5 of DRLVM

interior pointer for GCv5 of DRLVM
----------------------------------

                 Key: HARMONY-1886
                 URL: http://issues.apache.org/jira/browse/HARMONY-1886
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
         Environment: Windows, IA32
            Reporter: Yu-Nan He


Attached patch is an implementation of interior pointer support for GCv5 of DRLVM.

to apply the patch, please enter gc_gen/ directory and type 
 `patch -p0 < xxxx`
 
This is needed for GCv5 to work with Jitrino.OPT. Since it has no impact on other component, I'd hope it can be committed as early as possible so as to enable GCv5 with Jitrino.OPT.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1886) interior pointer for GCv5 of DRLVM

Posted by "Yu-Nan He (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1886?page=all ]

Yu-Nan He updated HARMONY-1886:
-------------------------------

    Attachment: interior_pointer_GCV5.patch

> interior pointer for GCv5 of DRLVM
> ----------------------------------
>
>                 Key: HARMONY-1886
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1886
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Windows, IA32
>            Reporter: Yu-Nan He
>         Attachments: interior_pointer_GCV5.patch
>
>
> Attached patch is an implementation of interior pointer support for GCv5 of DRLVM.
> to apply the patch, please enter gc_gen/ directory and type 
>  `patch -p0 < xxxx`
>  
> This is needed for GCv5 to work with Jitrino.OPT. Since it has no impact on other component, I'd hope it can be committed as early as possible so as to enable GCv5 with Jitrino.OPT.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1886) interior pointer for GCv5 of DRLVM

Posted by "Yu-Nan He (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1886?page=comments#action_12442804 ] 
            
Yu-Nan He commented on HARMONY-1886:
------------------------------------

against revision 464099

> interior pointer for GCv5 of DRLVM
> ----------------------------------
>
>                 Key: HARMONY-1886
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1886
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Windows, IA32
>            Reporter: Yu-Nan He
>         Attachments: interior_pointer_GCV5.patch
>
>
> Attached patch is an implementation of interior pointer support for GCv5 of DRLVM.
> to apply the patch, please enter gc_gen/ directory and type 
>  `patch -p0 < xxxx`
>  
> This is needed for GCv5 to work with Jitrino.OPT. Since it has no impact on other component, I'd hope it can be committed as early as possible so as to enable GCv5 with Jitrino.OPT.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-1886) interior pointer for GCv5 of DRLVM

Posted by "weldon washburn (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1886?page=all ]

weldon washburn closed HARMONY-1886.
------------------------------------

    Resolution: Fixed

Committed.  Built on both windows  MSVC and linux w/ gcc 3.4.5.  These changes are local to GCV5 which is not currently part of smoke tests.  smoke test w/ Jitrino works.

> interior pointer for GCv5 of DRLVM
> ----------------------------------
>
>                 Key: HARMONY-1886
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1886
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Windows, IA32
>            Reporter: Yu-Nan He
>         Assigned To: weldon washburn
>         Attachments: interior_pointer_GCV5.patch
>
>
> Attached patch is an implementation of interior pointer support for GCv5 of DRLVM.
> to apply the patch, please enter gc_gen/ directory and type 
>  `patch -p0 < xxxx`
>  
> This is needed for GCv5 to work with Jitrino.OPT. Since it has no impact on other component, I'd hope it can be committed as early as possible so as to enable GCv5 with Jitrino.OPT.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1886) interior pointer for GCv5 of DRLVM

Posted by "weldon washburn (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1886?page=all ]

weldon washburn reassigned HARMONY-1886:
----------------------------------------

    Assignee: weldon washburn

> interior pointer for GCv5 of DRLVM
> ----------------------------------
>
>                 Key: HARMONY-1886
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1886
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Windows, IA32
>            Reporter: Yu-Nan He
>         Assigned To: weldon washburn
>         Attachments: interior_pointer_GCV5.patch
>
>
> Attached patch is an implementation of interior pointer support for GCv5 of DRLVM.
> to apply the patch, please enter gc_gen/ directory and type 
>  `patch -p0 < xxxx`
>  
> This is needed for GCv5 to work with Jitrino.OPT. Since it has no impact on other component, I'd hope it can be committed as early as possible so as to enable GCv5 with Jitrino.OPT.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1886) interior pointer for GCv5 of DRLVM

Posted by "Mikhail Fursov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1886?page=comments#action_12442835 ] 
            
Mikhail Fursov commented on HARMONY-1886:
-----------------------------------------

+1 to commit the code
but "to enable GCv5 with Jitrino.OPT" we need WB support added to OPT.

> interior pointer for GCv5 of DRLVM
> ----------------------------------
>
>                 Key: HARMONY-1886
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1886
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: Windows, IA32
>            Reporter: Yu-Nan He
>         Attachments: interior_pointer_GCV5.patch
>
>
> Attached patch is an implementation of interior pointer support for GCv5 of DRLVM.
> to apply the patch, please enter gc_gen/ directory and type 
>  `patch -p0 < xxxx`
>  
> This is needed for GCv5 to work with Jitrino.OPT. Since it has no impact on other component, I'd hope it can be committed as early as possible so as to enable GCv5 with Jitrino.OPT.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira