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

Issue 7302: Initial port of VirtualFrame to the ARM architecture. To reduce the... (Closed)

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

Description

Initial port of VirtualFrame to the ARM architecture. To reduce the size of the change, the initial implementation provides read access to the frame (eg, locals, parameters, and expression stack elements) but no mutation. Committed: http://code.google.com/p/v8/source/detail?r=694

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -92 lines) Patch
M src/codegen-arm.h View 1 6 chunks +46 lines, -22 lines 0 comments Download
M src/codegen-arm.cc View 1 39 chunks +89 lines, -70 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Kevin Millikin (Chromium)
This will be broken into two changes.
12 years, 2 months ago (2008-10-14 15:30:13 UTC) #1
iposva
Apart from the below comments LGTM. -Ivan http://codereview.chromium.org/7302/diff/1/2 File src/codegen-arm.cc (right): http://codereview.chromium.org/7302/diff/1/2#newcode1671 Line 1671: __ ...
12 years, 2 months ago (2008-10-16 04:48:47 UTC) #2
Kevin Millikin (Chromium)
Ivan, I'd like to land this change (and the next part, pushing and popping through ...
12 years, 1 month ago (2008-11-04 08:39:59 UTC) #3
iposva
12 years, 1 month ago (2008-11-05 00:33:56 UTC) #4
This looks as it is pretty much equivalent to the ia32 stuff.

LGTM

-Ivan

Powered by Google App Engine
This is Rietveld 408576698