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

Issue 4760003: Move ComputeCallInitialize from the codegen.cc to stub-cache.cc. (Closed)

Created:
10 years, 1 month ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Move ComputeCallInitialize from the codegen.cc to stub-cache.cc. Committed: http://code.google.com/p/v8/source/detail?r=5812

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -69 lines) Patch
M src/arm/codegen-arm.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/arm/codegen-arm.cc View 5 chunks +7 lines, -4 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M src/codegen.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/codegen.cc View 1 chunk +0 lines, -33 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M src/stub-cache.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 3 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
10 years, 1 month ago (2010-11-11 10:29:05 UTC) #1
Kevin Millikin (Google)
10 years, 1 month ago (2010-11-11 10:32:04 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698