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

Issue 410153002: Make --always-opt also optimize toplevel code. (Closed)

Created:
6 years, 5 months ago by Michael Starzinger
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed feedback by Ben Titzer. #

Patch Set 3 : Port to other architectures. #

Total comments: 1

Patch Set 4 : Adapt cctest/test-heap/TestInternalWeakLists. #

Patch Set 5 : Adapt cctest/test-debug/DeoptimizeDuringDebugBreak. #

Total comments: 5

Patch Set 6 : Addressed comments by Jacob Bramley. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -64 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 3 4 5 2 chunks +7 lines, -3 lines 0 comments Download
M src/factory.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +5 lines, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M test/cctest/test-api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-debug.cc View 1 2 3 4 2 chunks +7 lines, -4 lines 0 comments Download
M test/cctest/test-decls.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 8 chunks +54 lines, -45 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M test/mjsunit/debug-compile-event-newfunction.js View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Michael Starzinger
There are still two tests in cctest that I need to adapt and the architecture ...
6 years, 5 months ago (2014-07-23 13:20:46 UTC) #1
Michael Starzinger
Adding Ben as reviewer.
6 years, 4 months ago (2014-07-28 09:01:49 UTC) #2
titzer
lgtm other than small comments https://codereview.chromium.org/410153002/diff/1/src/factory.cc File src/factory.cc (right): https://codereview.chromium.org/410153002/diff/1/src/factory.cc#newcode1376 src/factory.cc:1376: !isolate()->bootstrapper()->IsActive() && Comment me, ...
6 years, 4 months ago (2014-07-28 09:56:10 UTC) #3
Michael Starzinger
Addressed comments. Ported to other architectures. Adapted two more test cases. PTAL. Rodolph, could you ...
6 years, 4 months ago (2014-07-28 15:10:52 UTC) #4
jbramley
Rodolph's not in the office today so he asked me to reply. https://codereview.chromium.org/410153002/diff/80001/src/arm64/lithium-codegen-arm64.cc File src/arm64/lithium-codegen-arm64.cc ...
6 years, 4 months ago (2014-07-28 16:00:32 UTC) #5
Michael Starzinger
Thanks. Addressed comments. https://codereview.chromium.org/410153002/diff/80001/src/arm64/lithium-codegen-arm64.cc File src/arm64/lithium-codegen-arm64.cc (left): https://codereview.chromium.org/410153002/diff/80001/src/arm64/lithium-codegen-arm64.cc#oldcode5038 src/arm64/lithium-codegen-arm64.cc:5038: ASM_UNIMPLEMENTED_BREAK("DoDeclareGlobals"); On 2014/07/28 16:00:32, jbramley wrote: ...
6 years, 4 months ago (2014-07-28 16:15:54 UTC) #6
jbramley
Thanks! lgtm https://codereview.chromium.org/410153002/diff/80001/src/arm64/lithium-codegen-arm64.cc File src/arm64/lithium-codegen-arm64.cc (left): https://codereview.chromium.org/410153002/diff/80001/src/arm64/lithium-codegen-arm64.cc#oldcode5038 src/arm64/lithium-codegen-arm64.cc:5038: ASM_UNIMPLEMENTED_BREAK("DoDeclareGlobals"); On 2014/07/28 16:15:53, Michael Starzinger wrote: ...
6 years, 4 months ago (2014-07-28 16:28:11 UTC) #7
Michael Starzinger
6 years, 4 months ago (2014-07-29 11:41:54 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 manually as r22666 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698