Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Issue 879433002: [turbofan] Don't embed pointer to builtins object in generic lowering. (Closed)

Created:
5 years, 11 months ago by Benedikt Meurer
Modified:
5 years, 11 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Don't embed pointer to builtins object in generic lowering. Accessing the builtins object this way prevents sharing of code across native contexts; instead we now load the builtin from the context of the JS operation instead. R=mstarzinger@chromium.org Committed: https://crrev.com/005343cfe6f030346f481c49bb85a3338114bd32 Cr-Commit-Position: refs/heads/master@{#26264}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -7 lines) Patch
M src/compiler/js-generic-lowering.cc View 1 2 chunks +16 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Benedikt Meurer
5 years, 11 months ago (2015-01-26 09:21:19 UTC) #1
Benedikt Meurer
PTAL
5 years, 11 months ago (2015-01-26 09:21:37 UTC) #2
Michael Starzinger
LGTM. https://codereview.chromium.org/879433002/diff/1/src/compiler/js-generic-lowering.cc File src/compiler/js-generic-lowering.cc (right): https://codereview.chromium.org/879433002/diff/1/src/compiler/js-generic-lowering.cc#newcode191 src/compiler/js-generic-lowering.cc:191: CHECK(effect->op()->EffectOutputCount() > 0); nit: Can we at least ...
5 years, 11 months ago (2015-01-26 09:43:33 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/879433002/diff/1/src/compiler/js-generic-lowering.cc File src/compiler/js-generic-lowering.cc (right): https://codereview.chromium.org/879433002/diff/1/src/compiler/js-generic-lowering.cc#newcode191 src/compiler/js-generic-lowering.cc:191: CHECK(effect->op()->EffectOutputCount() > 0); On 2015/01/26 09:43:33, Michael Starzinger wrote: ...
5 years, 11 months ago (2015-01-26 09:50:33 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/879433002/20001
5 years, 11 months ago (2015-01-26 09:51:29 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 11 months ago (2015-01-26 10:20:36 UTC) #7
commit-bot: I haz the power
5 years, 11 months ago (2015-01-26 10:20:55 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/005343cfe6f030346f481c49bb85a3338114bd32
Cr-Commit-Position: refs/heads/master@{#26264}

Powered by Google App Engine
This is Rietveld 408576698