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

Issue 6460034: ARM: Implement OSR infrastructure. (Closed)

Created:
9 years, 10 months ago by Karl Klose
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM: Implement OSR infrastructure.

Patch Set 1 #

Patch Set 2 : Undo accidential edit. #

Patch Set 3 : Move line. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -19 lines) Patch
M src/arm/builtins-arm.cc View 1 chunk +38 lines, -2 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 6 chunks +143 lines, -9 lines 2 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +13 lines, -1 line 0 comments Download
M src/deoptimizer.cc View 6 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Karl Klose
9 years, 10 months ago (2011-02-09 14:12:22 UTC) #1
Søren Thygesen Gjesse
9 years, 10 months ago (2011-02-09 15:12:55 UTC) #2
LGTM

http://codereview.chromium.org/6460034/diff/4002/src/arm/deoptimizer-arm.cc
File src/arm/deoptimizer-arm.cc (right):

http://codereview.chromium.org/6460034/diff/4002/src/arm/deoptimizer-arm.cc#n...
src/arm/deoptimizer-arm.cc:170: int count = iterator.Next();
count -> frame_count for clarity?

http://codereview.chromium.org/6460034/diff/4002/src/arm/deoptimizer-arm.cc#n...
src/arm/deoptimizer-arm.cc:498: // Correct two words for bailout id and return
address.
Looking at TableEntryGenerator::GeneratePrologue do we actually have to do
push(lr)/nop() there after all? Maybe just pushing the bailout id (and adjusting
Deoptimizer::table_entry_size_) should be enough. You don't have to try that in
this CL.

Powered by Google App Engine
This is Rietveld 408576698