You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I didn't fully understand the immix paper during the time the GC was implemented, current GC only allocate one object per immix space line, causing significant memory waste.
The GC need to be partially rewrite in order to fix this issue. We may need to reconsider our line head structure and may move to fully conservative trace.
The text was updated successfully, but these errors were encountered:
As I didn't fully understand the immix paper during the time the GC was implemented, current GC only allocate one object per immix space line, causing significant memory waste.
The GC need to be partially rewrite in order to fix this issue. We may need to reconsider our line head structure and may move to fully conservative trace.
The text was updated successfully, but these errors were encountered: