DescriptionPPC: [runtime] Replace global object link with native context link in all contexts.
Port 47502a238b8185a864bfe6a8d5508b4e67cad40e
Original commit message:
Previously all contexts had a link to the global object, but what is
required in most cases (except for the global load, store and delete
case) is the native context.
This also removes the second dummy global object that was still linked
to every native context. We will add a different mechanism to ensure
that builtins do not pollute the actual global object during
bootstrapping.
Drive-by-fix: Unify some MacroAssembler magic and drop obsolete stuff.
R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=
Committed: https://crrev.com/aeab4a96501ec6c74724b2df3fff134fc4ca5cbc
Cr-Commit-Position: refs/heads/master@{#32435}
Patch Set 1 #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 8 (2 generated)
|