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

Issue 2150523002: [turbofan] Do not use the self reference for turbofan functions. (Closed)

Created:
4 years, 5 months ago by ahaas
Modified:
4 years, 5 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Do not use the self reference for turbofan functions. The self reference requires the allocation of a handle in the macro assembler, which is not possible if we instantiate the macro assembler in a worker thread. R=mstarzinger@chromium.org, bmeurer@chromium.org Committed: https://crrev.com/49ef529b3af50f5daadacdcdcd6be3a307c10af5 Cr-Commit-Position: refs/heads/master@{#37713}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Pass in the self reference instead of using an is_self_ref_available flag. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -13 lines) Patch
M src/codegen.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/codegen.cc View 1 2 chunks +5 lines, -6 lines 0 comments Download
M src/compiler/code-generator.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/crankshaft/lithium.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 26 (12 generated)
ahaas
4 years, 5 months ago (2016-07-13 12:38:07 UTC) #1
Michael Starzinger
https://codereview.chromium.org/2150523002/diff/1/src/codegen.cc File src/codegen.cc (right): https://codereview.chromium.org/2150523002/diff/1/src/codegen.cc#newcode124 src/codegen.cc:124: bool is_self_ref_available) { nit: We could pass in the ...
4 years, 5 months ago (2016-07-13 12:42:44 UTC) #4
ahaas
On 2016/07/13 at 12:42:44, mstarzinger wrote: > https://codereview.chromium.org/2150523002/diff/1/src/codegen.cc > File src/codegen.cc (right): > > https://codereview.chromium.org/2150523002/diff/1/src/codegen.cc#newcode124 ...
4 years, 5 months ago (2016-07-13 12:44:14 UTC) #5
ahaas
https://codereview.chromium.org/2150523002/diff/1/src/codegen.cc File src/codegen.cc (right): https://codereview.chromium.org/2150523002/diff/1/src/codegen.cc#newcode124 src/codegen.cc:124: bool is_self_ref_available) { On 2016/07/13 at 12:42:44, Michael Starzinger ...
4 years, 5 months ago (2016-07-13 12:51:54 UTC) #8
Michael Starzinger
LGTM from my end.
4 years, 5 months ago (2016-07-13 12:56:22 UTC) #9
Benedikt Meurer (Google)
On 2016/07/13 12:56:22, Michael Starzinger wrote: > LGTM from my end. LGTM
4 years, 5 months ago (2016-07-13 13:05:32 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2150523002/20001
4 years, 5 months ago (2016-07-13 13:14:46 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/19348)
4 years, 5 months ago (2016-07-13 13:18:16 UTC) #16
Jarin
lgtm
4 years, 5 months ago (2016-07-13 13:49:16 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2150523002/20001
4 years, 5 months ago (2016-07-13 13:49:36 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-13 13:52:02 UTC) #21
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-13 13:52:04 UTC) #22
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/49ef529b3af50f5daadacdcdcd6be3a307c10af5 Cr-Commit-Position: refs/heads/master@{#37713}
4 years, 5 months ago (2016-07-13 13:54:47 UTC) #24
Michael Hablich
4 years, 5 months ago (2016-07-13 14:18:54 UTC) #25
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/2147943002/ by hablich@chromium.org.

The reason for reverting is: Dependency of the roll unblocking revert
https://codereview.chromium.org/2147883003/.

Powered by Google App Engine
This is Rietveld 408576698