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

Issue 14246031: Simplified LCodeGen::GetNextEmittedBlock and LCodeGen::EmitGoto a bit. (Closed)

Created:
7 years, 8 months ago by Sven Panne
Modified:
7 years, 8 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Simplified LCodeGen::GetNextEmittedBlock and LCodeGen::EmitGoto a bit. GetNextEmittedBlock is always called with the same argument (an instance variable), so let's remove it. In EmitGoto, avoid assignment to an argument. This CL is split off another CL for easier reviewing. Committed: http://code.google.com/p/v8/source/detail?r=14349

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -41 lines) Patch
M src/arm/lithium-codegen-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +7 lines, -9 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +7 lines, -9 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 4 chunks +8 lines, -10 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +7 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Toon Verwaest
lgtm
7 years, 8 months ago (2013-04-19 11:55:23 UTC) #1
Sven Panne
7 years, 8 months ago (2013-04-19 12:02:22 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r14349 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698