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

Issue 10701141: Remove duplicated LChunk code. (Closed)

Created:
8 years, 5 months ago by sanjoy
Modified:
8 years, 5 months ago
Reviewers:
danno, Yang
CC:
v8-dev, danno
Visibility:
Public.

Description

Remove duplicated LChunk code. Divide the LChunk class into an arch-independent LChunkBase and an arch-dependent LChunk which inherits from LChunkBase. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=12045

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -701 lines) Patch
M src/arm/lithium-arm.h View 1 chunk +3 lines, -55 lines 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +0 lines, -121 lines 0 comments Download
M src/hydrogen.h View 1 5 chunks +6 lines, -6 lines 0 comments Download
M src/hydrogen.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +3 lines, -58 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +0 lines, -111 lines 0 comments Download
M src/lithium.h View 1 chunk +58 lines, -0 lines 0 comments Download
M src/lithium.cc View 1 2 chunks +146 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.h View 1 chunk +3 lines, -55 lines 0 comments Download
M src/mips/lithium-mips.cc View 2 chunks +0 lines, -121 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +2 lines, -60 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +0 lines, -111 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
sanjoy
8 years, 5 months ago (2012-07-11 14:00:12 UTC) #1
danno
LGTM with comments. Please make sure this compiles and works on all platforms. http://codereview.chromium.org/10701141/diff/1/src/hydrogen.cc File ...
8 years, 5 months ago (2012-07-11 14:08:14 UTC) #2
Yang
8 years, 5 months ago (2012-07-11 14:08:26 UTC) #3
On 2012/07/11 14:00:12, sanjoy wrote:

LGTM if code compiles and tests pass.

Powered by Google App Engine
This is Rietveld 408576698