DescriptionX87: [runtime] Replace global object link with native context link in all contexts.
port 47502a238b8185a864bfe6a8d5508b4e67cad40e (r32381)
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.
BUG=
Committed: https://crrev.com/55480ba30e9ab75a34076f24caf998bce62a7c28
Cr-Commit-Position: refs/heads/master@{#32387}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|