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

Issue 7272002: Cleanup to HEnvironment::CopyForInlining (Closed)

Created:
9 years, 6 months ago by wingo
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Cleanup to HEnvironment::CopyForInlining * src/hydrogen.cc (HEnvironment::CopyForInlining): As the code for both the ::HYDROGEN and ::LITHIUM compilation phases is the same, just use one code path and remove the arg. * src/hydrogen.h (HEnvironment): Remove now-unused CompilationPhase enum type and arg to CopyForInlining. * src/arm/lithium-arm.cc (LChunkBuilder::DoEnterInlined): * src/ia32/lithium-ia32.cc (LChunkBuilder::DoEnterInlined): * src/x64/lithium-x64.cc (LChunkBuilder::DoEnterInlined): Adapt callers. * AUTHORS: Add Igalia. BUG= TEST=I ran tools/test.py. Committed: http://code.google.com/p/v8/source/detail?r=8442

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -22 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/hydrogen.h View 2 chunks +1 line, -6 lines 0 comments Download
M src/hydrogen.cc View 3 chunks +3 lines, -13 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
wingo
Added reviewers. Hopefully this doesn't send a duplicate mail.
9 years, 6 months ago (2011-06-27 15:28:47 UTC) #1
Mads Ager (chromium)
9 years, 5 months ago (2011-06-28 08:43:59 UTC) #2
LGTM, I'll land.

Powered by Google App Engine
This is Rietveld 408576698