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

Issue 10829: Finish porting jump target changes to the ARM platform. The v8 test... (Closed)

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

Description

Experimental: Finish porting jump target changes to the ARM platform. The v8 test suite passes on the simulator. Committed: http://code.google.com/p/v8/source/detail?r=751

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1029 lines, -622 lines) Patch
M src/codegen-arm.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M src/codegen-arm.cc View 1 2 94 chunks +609 lines, -405 lines 0 comments Download
M src/codegen-ia32.cc View 1 30 chunks +90 lines, -98 lines 0 comments Download
M src/jump-target-arm.cc View 2 chunks +80 lines, -5 lines 0 comments Download
M src/jump-target-ia32.cc View 3 chunks +7 lines, -11 lines 0 comments Download
M src/virtual-frame-arm.h View 1 5 chunks +96 lines, -15 lines 0 comments Download
M src/virtual-frame-arm.cc View 1 3 chunks +126 lines, -11 lines 0 comments Download
D src/virtual-frame-arm-inl.h View 1 chunk +0 lines, -63 lines 0 comments Download
M src/virtual-frame-ia32.h View 1 5 chunks +8 lines, -10 lines 0 comments Download
M src/virtual-frame-ia32.cc View 1 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-12 10:41:56 UTC) #1
There is platform-independent code in the platform-specific files that can be
factored out.  That will be coming soon to a changelist near you.

Powered by Google App Engine
This is Rietveld 408576698