Allow pointers to new space objects in code object header. |
|
Issue descriptionCurrently we allow code -> new space references in code body. But code header cannot point to new space because we are missing write barriers in CopyCode (and maybe other places). We should add the missing write barriers and allow code header to reference the new space objects. |
|
►
Sign in to add a comment |
|
Comment 1 by bugdroid1@chromium.org
, Jan 9 2017