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

Issue 11229: Experimental: change the name of the VirtualFrame function Push to... (Closed)

Created:
12 years, 1 month ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Experimental: change the name of the VirtualFrame function Push to EmitPush to up the better name for a smarter Push operation. Ultimately, all uses of the low-level "EmitPush" will be removed from the code generators and it will be a private VirtualFrame helper. This is nothing more than search and replace, submitted as a separate changelist to avoid polluting subsequent ones. Committed: http://code.google.com/p/v8/source/detail?r=787

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -273 lines) Patch
M v8/src/codegen-arm.cc View 76 chunks +129 lines, -129 lines 0 comments Download
M v8/src/codegen-ia32.cc View 78 chunks +133 lines, -133 lines 0 comments Download
M v8/src/virtual-frame-arm.h View 1 chunk +3 lines, -2 lines 0 comments Download
M v8/src/virtual-frame-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M v8/src/virtual-frame-ia32.h View 1 chunk +5 lines, -4 lines 0 comments Download
M v8/src/virtual-frame-ia32.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Kevin Millikin (Chromium)
12 years, 1 month ago (2008-11-18 13:52:09 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698