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

Issue 539933002: [turbofan] Make sure Operator is really immutable. (Closed)

Created:
6 years, 3 months ago by Benedikt Meurer
Modified:
6 years, 3 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

[turbofan] Make sure Operator is really immutable. Make Operator const-correct in preparation for allocating sharing Operators across different isolates (using LazyInstance). TEST=cctest,compiler-unittests,mjsunit R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23677

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -118 lines) Patch
M src/compiler/common-operator.h View 4 chunks +30 lines, -29 lines 0 comments Download
M src/compiler/graph-replay.h View 2 chunks +7 lines, -8 lines 0 comments Download
M src/compiler/graph-replay.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-inlining.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/node.h View 4 chunks +10 lines, -16 lines 0 comments Download
M src/compiler/node-matchers.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/operator.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/compiler/operator-properties.h View 2 chunks +26 lines, -27 lines 0 comments Download
M src/compiler/operator-properties-inl.h View 7 chunks +24 lines, -25 lines 0 comments Download
M src/compiler/simplified-operator.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/compiler/verifier.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-js-context-specialization.cc View 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Benedikt Meurer
PTAL
6 years, 3 months ago (2014-09-04 09:28:50 UTC) #2
Sven Panne
lgtm
6 years, 3 months ago (2014-09-04 09:36:23 UTC) #3
Benedikt Meurer
6 years, 3 months ago (2014-09-04 09:37:41 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 23677 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698