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

Issue 1843273002: PPC: [turbofan] Frame elision for code stubs. (Closed)

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

PPC: [turbofan] Frame elision for code stubs. Port 53d51c52f3754fe0e7decacba4277e58cf9fb5a4 Includes fixes required for embedded constant pools. Original commit message: Removed Frame::needs_frame and the function-wide logic using it in favor of FrameAccessState::has_frame, which can be set on a more granular level, and driving it block by block. R=mtrofin@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, rmcilroy@chromium.org BUG=v8:4533 LOG=N Committed: https://crrev.com/9e1f2c5ee20d0e2c3c2a7a6f1a247d60e02d71c9 Cr-Commit-Position: refs/heads/master@{#35166}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Add AssembleBlock #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -27 lines) Patch
M src/compiler/code-generator.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/code-generator.cc View 1 2 chunks +12 lines, -3 lines 0 comments Download
M src/compiler/ppc/code-generator-ppc.cc View 10 chunks +20 lines, -22 lines 0 comments Download
M src/ppc/macro-assembler-ppc.cc View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
MTBrandyberry
PTAL
4 years, 8 months ago (2016-03-30 21:42:59 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1843273002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1843273002/1
4 years, 8 months ago (2016-03-30 21:43:09 UTC) #3
JoranSiu
On 2016/03/30 21:43:09, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
4 years, 8 months ago (2016-03-30 21:54:56 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-30 22:07:03 UTC) #6
Mircea Trofin
https://codereview.chromium.org/1843273002/diff/1/src/compiler/code-generator.cc File src/compiler/code-generator.cc (right): https://codereview.chromium.org/1843273002/diff/1/src/compiler/code-generator.cc#newcode164 src/compiler/code-generator.cc:164: Instruction* instr = code()->InstructionAt(i); To avoid code duplication, could ...
4 years, 8 months ago (2016-03-30 22:39:25 UTC) #7
MTBrandyberry
https://codereview.chromium.org/1843273002/diff/1/src/compiler/code-generator.cc File src/compiler/code-generator.cc (right): https://codereview.chromium.org/1843273002/diff/1/src/compiler/code-generator.cc#newcode164 src/compiler/code-generator.cc:164: Instruction* instr = code()->InstructionAt(i); On 2016/03/30 22:39:24, Mircea Trofin ...
4 years, 8 months ago (2016-03-30 22:57:47 UTC) #8
MTBrandyberry
https://codereview.chromium.org/1843273002/diff/1/src/compiler/code-generator.cc File src/compiler/code-generator.cc (right): https://codereview.chromium.org/1843273002/diff/1/src/compiler/code-generator.cc#newcode164 src/compiler/code-generator.cc:164: Instruction* instr = code()->InstructionAt(i); On 2016/03/30 22:39:24, Mircea Trofin ...
4 years, 8 months ago (2016-03-31 02:06:35 UTC) #9
Mircea Trofin
On 2016/03/31 02:06:35, MTBrandyberry wrote: > https://codereview.chromium.org/1843273002/diff/1/src/compiler/code-generator.cc > File src/compiler/code-generator.cc (right): > > https://codereview.chromium.org/1843273002/diff/1/src/compiler/code-generator.cc#newcode164 > ...
4 years, 8 months ago (2016-03-31 02:16:56 UTC) #10
john.yan
lgtm
4 years, 8 months ago (2016-03-31 03:44:30 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1843273002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1843273002/20001
4 years, 8 months ago (2016-03-31 13:37:56 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-03-31 13:59:02 UTC) #15
commit-bot: I haz the power
4 years, 8 months ago (2016-03-31 14:00:33 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9e1f2c5ee20d0e2c3c2a7a6f1a247d60e02d71c9
Cr-Commit-Position: refs/heads/master@{#35166}

Powered by Google App Engine
This is Rietveld 408576698