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 23608004: Refactor interrupt check patching 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

Refactor interrupt check patching for OSR. This is to prepare for speculative concurrent OSR. I'm planning to add another builtin to patch to, to indicate a concurrent OSR. R=titzer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=16425

Patch Set 1 #

Total comments: 6

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -136 lines) Patch
M src/arm/deoptimizer-arm.cc View 4 chunks +14 lines, -18 lines 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -7 lines 0 comments Download
M src/deoptimizer.h View 2 chunks +15 lines, -16 lines 0 comments Download
M src/deoptimizer.cc View 1 6 chunks +31 lines, -21 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 3 chunks +15 lines, -19 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 3 chunks +14 lines, -18 lines 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -6 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +1 line, -12 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 3 chunks +15 lines, -19 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Yang
7 years, 3 months ago (2013-08-28 11:56:50 UTC) #1
titzer
I really like this cleanup, just a couple of minor questions. https://codereview.chromium.org/23608004/diff/1/src/deoptimizer.cc File src/deoptimizer.cc (right): ...
7 years, 3 months ago (2013-08-28 12:32:55 UTC) #2
Yang
I deliberately made some asserts not as strict as they could be, assuming that we ...
7 years, 3 months ago (2013-08-28 12:41:57 UTC) #3
Yang
On 2013/08/28 12:41:57, Yang wrote: > I deliberately made some asserts not as strict as ...
7 years, 3 months ago (2013-08-28 12:48:52 UTC) #4
titzer
lgtm
7 years, 3 months ago (2013-08-29 11:57:18 UTC) #5
Yang
7 years, 3 months ago (2013-08-29 13:06:17 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r16425 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698