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

Issue 113764: Add an elements_.length() accessor to the VirtualFrame class and use... (Closed)

Created:
11 years, 7 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add an elements_.length() accessor to the VirtualFrame class and use it everywhere. This is necessary to enable VirtualFrames that are not backed by a list of elements.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -73 lines) Patch
M src/arm/jump-target-arm.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/arm/virtual-frame-arm.h View 5 chunks +9 lines, -6 lines 0 comments Download
M src/arm/virtual-frame-arm.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/jump-target-ia32.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/ia32/virtual-frame-ia32.h View 5 chunks +10 lines, -7 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 19 chunks +24 lines, -24 lines 0 comments Download
M src/jump-target.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/virtual-frame.cc View 12 chunks +14 lines, -14 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 5 chunks +10 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 7 months ago (2009-05-22 12:51:16 UTC) #1
Kevin Millikin (Chromium)
11 years, 7 months ago (2009-05-27 11:06:46 UTC) #2
I'm closing this issue because it's been rolled into a subsequent changelist.

Powered by Google App Engine
This is Rietveld 408576698