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

Issue 23441029: Move global V8::UseCrankshaft() into the Isolate. (Closed)

Created:
7 years, 3 months ago by Michael Starzinger
Modified:
7 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Move global V8::UseCrankshaft() into the Isolate. R=jkummerow@chromium.org BUG=v8:2744 Committed: http://code.google.com/p/v8/source/detail?r=16494

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments by Sven Panne. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -39 lines) Patch
M src/compiler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M src/isolate.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M src/runtime.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/v8.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/v8.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-heap.cc View 17 chunks +17 lines, -17 lines 0 comments Download
M test/cctest/test-random.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Michael Starzinger
7 years, 3 months ago (2013-09-02 15:08:46 UTC) #1
Sven Panne
DBC nit https://codereview.chromium.org/23441029/diff/1/src/isolate.h File src/isolate.h (right): https://codereview.chromium.org/23441029/diff/1/src/isolate.h#newcode1062 src/isolate.h:1062: bool use_crankshaft() { return use_crankshaft_; } Nit: ...
7 years, 3 months ago (2013-09-03 06:35:05 UTC) #2
Michael Starzinger
https://codereview.chromium.org/23441029/diff/1/src/isolate.h File src/isolate.h (right): https://codereview.chromium.org/23441029/diff/1/src/isolate.h#newcode1062 src/isolate.h:1062: bool use_crankshaft() { return use_crankshaft_; } On 2013/09/03 06:35:05, ...
7 years, 3 months ago (2013-09-03 07:30:57 UTC) #3
Jakob Kummerow
LGTM. I think at some point the cctests framework should provide a way to access ...
7 years, 3 months ago (2013-09-03 08:35:13 UTC) #4
Sven Panne
On 2013/09/03 08:35:13, Jakob wrote: > LGTM. > > I think at some point the ...
7 years, 3 months ago (2013-09-03 08:38:13 UTC) #5
Michael Starzinger
I couldn't agree more with your statement that the CcTest class should provide a way ...
7 years, 3 months ago (2013-09-03 08:38:25 UTC) #6
Michael Starzinger
7 years, 3 months ago (2013-09-03 08:50:14 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r16494 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698