You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Xiao-Feng Li (JIRA)" <ji...@apache.org> on 2007/05/18 07:17:16 UTC

[jira] Resolved: (HARMONY-11) GC, Heap and Object Model redesign

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

Xiao-Feng Li resolved HARMONY-11.
---------------------------------

    Resolution: Incomplete
      Assignee: Xiao-Feng Li

experimental code for BootJVM

> GC, Heap and Object Model redesign
> ----------------------------------
>
>                 Key: HARMONY-11
>                 URL: https://issues.apache.org/jira/browse/HARMONY-11
>             Project: Harmony
>          Issue Type: Improvement
>          Components: VM
>            Reporter: Robin Garner
>         Assigned To: Xiao-Feng Li
>         Attachments: gc.tgz
>
>
> The object model / heap implementation/garbage collector for  bootJVM need redesign.  Major points are:
> 1) per-object metadata to be 
>   - reduced to <= 3 words
>   - re-cast as an object header
> 2) Object references redesigned as pointers rather than hashes or table indexes
> 3) Garbage collection metadata integrated with the object header
>  
> 4) GC maps for stacks produced at GC-safe points
> Example code is attached.

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