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

Issue 1577193003: Change the CompilationInfo::IsCodePreAgingActive() predicate to CompilationInfo::GeneratePreagingPr… (Closed)

Created:
4 years, 11 months ago by titzer
Modified:
4 years, 11 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

Change the CompilationInfo::IsCodePreAgingActive() predicate to CompilationInfo::GeneratePreagingPrologue() and handle the case of WASM functions, which should not be aged. R=mstarzinger@chromium.org BUG= Committed: https://crrev.com/aacce20038d9faae886d0af75cecfef1adc97b08 Cr-Commit-Position: refs/heads/master@{#33232}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Comment cleanup. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -36 lines) Patch
M src/compiler.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/ia32/code-generator-ia32.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/compiler/mips/code-generator-mips.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/ppc/code-generator-ppc.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/x87/code-generator-x87.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/crankshaft/arm/lithium-codegen-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/arm64/lithium-codegen-arm64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/ia32/lithium-codegen-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/mips/lithium-codegen-mips.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/mips64/lithium-codegen-mips64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/ppc/lithium-codegen-ppc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/x64/lithium-codegen-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/x87/lithium-codegen-x87.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (8 generated)
titzer
4 years, 11 months ago (2016-01-12 09:13:53 UTC) #1
Michael Starzinger
LGTM. https://codereview.chromium.org/1577193003/diff/1/src/compiler.h File src/compiler.h (right): https://codereview.chromium.org/1577193003/diff/1/src/compiler.h#newcode272 src/compiler.h:272: // WASM functions cannot be aged, since they ...
4 years, 11 months ago (2016-01-12 09:43:34 UTC) #2
titzer
On 2016/01/12 09:43:34, Michael Starzinger wrote: > LGTM. > > https://codereview.chromium.org/1577193003/diff/1/src/compiler.h > File src/compiler.h (right): ...
4 years, 11 months ago (2016-01-12 09:54:15 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1577193003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1577193003/20001
4 years, 11 months ago (2016-01-12 09:54:28 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/9659)
4 years, 11 months ago (2016-01-12 10:05:24 UTC) #8
titzer
On 2016/01/12 10:05:24, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 11 months ago (2016-01-12 10:11:04 UTC) #11
Jarin
crankshaft changes lgtm
4 years, 11 months ago (2016-01-12 10:36:57 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1577193003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1577193003/20001
4 years, 11 months ago (2016-01-12 10:38:31 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-12 10:48:51 UTC) #16
commit-bot: I haz the power
4 years, 11 months ago (2016-01-12 10:49:39 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/aacce20038d9faae886d0af75cecfef1adc97b08
Cr-Commit-Position: refs/heads/master@{#33232}

Powered by Google App Engine
This is Rietveld 408576698