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

Issue 23842004: Pass PC offset into runtime when compiling for OSR. (Closed)

Created:
7 years, 3 months ago by Yang
Modified:
7 years, 3 months ago
Reviewers:
titzer
CC:
v8-dev
Visibility:
Public.

Description

Pass PC offset into runtime when compiling for OSR. R=titzer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=16649

Patch Set 1 #

Patch Set 2 : add missing smi-tag to mips code #

Patch Set 3 : rebased #

Patch Set 4 : rebased #

Total comments: 2

Patch Set 5 : addressed comments #

Patch Set 6 : addressed comments. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -210 lines) Patch
M src/arm/builtins-arm.cc View 1 2 1 chunk +12 lines, -3 lines 0 comments Download
M src/compiler.h View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M src/compiler.cc View 1 2 3 4 1 chunk +0 lines, -160 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 1 chunk +11 lines, -4 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 1 chunk +12 lines, -3 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 2 3 4 5 2 chunks +5 lines, -3 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 2 3 4 5 2 chunks +22 lines, -6 lines 0 comments Download
M src/runtime.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 1 2 3 4 5 1 chunk +109 lines, -22 lines 0 comments Download
M src/runtime-profiler.cc View 1 2 3 4 5 3 chunks +12 lines, -0 lines 2 comments Download
M src/x64/builtins-x64.cc View 1 2 1 chunk +11 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yang
7 years, 3 months ago (2013-09-04 13:16:41 UTC) #1
Yang
Rebased. Please take a look.
7 years, 3 months ago (2013-09-10 09:30:16 UTC) #2
titzer
https://codereview.chromium.org/23842004/diff/7010/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/23842004/diff/7010/src/compiler.cc#newcode1145 src/compiler.cc:1145: Deoptimizer::RevertInterruptCode(isolate, *unoptimized); Please move this reversion of the interrupt ...
7 years, 3 months ago (2013-09-10 11:00:46 UTC) #3
Yang
On 2013/09/10 11:00:46, titzer wrote: > https://codereview.chromium.org/23842004/diff/7010/src/compiler.cc > File src/compiler.cc (right): > > https://codereview.chromium.org/23842004/diff/7010/src/compiler.cc#newcode1145 > ...
7 years, 3 months ago (2013-09-10 11:19:37 UTC) #4
Yang
Addressed comment and refactored a bunch of stuff. Please take a look. https://codereview.chromium.org/23842004/diff/19001/src/runtime-profiler.cc File src/runtime-profiler.cc ...
7 years, 3 months ago (2013-09-10 14:27:50 UTC) #5
titzer
lgtm Ahh...so much better :) https://codereview.chromium.org/23842004/diff/19001/src/runtime-profiler.cc File src/runtime-profiler.cc (right): https://codereview.chromium.org/23842004/diff/19001/src/runtime-profiler.cc#newcode246 src/runtime-profiler.cc:246: Whitespace change
7 years, 3 months ago (2013-09-11 11:02:28 UTC) #6
Yang
7 years, 3 months ago (2013-09-11 12:39:26 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r16649 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698