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

Issue 17276002: Refactor lithium codegen to not pass around block_ids (Closed)

Created:
7 years, 6 months ago by oliv
Modified:
7 years, 6 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Lithium codegen should not pass around block_ids. Rather encapsulate the basic block to assembly label mapping in the LInstruction. BUG= R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15235

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+241 lines, -328 lines) Patch
M src/arm/lithium-arm.h View 1 2 3 chunks +30 lines, -11 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 22 chunks +48 lines, -97 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 22 chunks +49 lines, -97 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 3 chunks +30 lines, -11 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 20 chunks +48 lines, -95 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 3 chunks +30 lines, -11 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
oliv
7 years, 6 months ago (2013-06-17 14:55:41 UTC) #1
Jakob Kummerow
LGTM with comments that apply to all platforms. https://codereview.chromium.org/17276002/diff/4001/src/ia32/lithium-codegen-ia32.h File src/ia32/lithium-codegen-ia32.h (right): https://codereview.chromium.org/17276002/diff/4001/src/ia32/lithium-codegen-ia32.h#newcode320 src/ia32/lithium-codegen-ia32.h:320: void ...
7 years, 6 months ago (2013-06-18 09:35:38 UTC) #2
oliv
On 2013/06/18 09:35:38, Jakob wrote: > LGTM with comments that apply to all platforms. > ...
7 years, 6 months ago (2013-06-19 10:54:07 UTC) #3
Jakob Kummerow
> > Instead of templatizing this, can you change the signature to > > "EmitBranch(LControlInstruction* ...
7 years, 6 months ago (2013-06-19 13:10:50 UTC) #4
oliv
7 years, 6 months ago (2013-06-20 11:51:00 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r15235 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698