Chromium Code Reviews

Issue 8065002: Simplify pushing function argument for context allocation. (Closed)

Created:
9 years, 2 months ago by Steven
Modified:
9 years, 2 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Simplify pushing function argument for context allocation.

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+31 lines, -49 lines)
M src/arm/full-codegen-arm.cc View 1 chunk +10 lines, -7 lines 0 comments
M src/full-codegen.h View 1 chunk +3 lines, -3 lines 0 comments
M src/full-codegen.cc View 3 chunks +3 lines, -3 lines 0 comments
M src/ia32/full-codegen-ia32.cc View 1 chunk +6 lines, -4 lines 0 comments
M src/runtime.cc View 3 chunks +3 lines, -28 lines 0 comments
M src/x64/full-codegen-x64.cc View 1 chunk +6 lines, -4 lines 0 comments

Messages

Total messages: 1 (0 generated)
Steven
9 years, 2 months ago (2011-09-28 09:47:38 UTC) #1
PTAL.

Powered by Google App Engine