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

Issue 23710014: Introduce concurrent on-stack replacement. (Closed)

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

Description

Introduce concurrent on-stack replacement. Currently disabled behind --concurrent-osr. R=titzer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=16527

Patch Set 1 #

Total comments: 9

Patch Set 2 : addressed comments. #

Total comments: 14

Patch Set 3 : small tweaks, addressed comments #

Patch Set 4 : #

Total comments: 12

Patch Set 5 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+380 lines, -150 lines) Patch
M src/compiler.h View 1 2 3 4 chunks +18 lines, -2 lines 0 comments Download
M src/compiler.cc View 1 2 3 4 10 chunks +199 lines, -21 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/deoptimizer.cc View 2 chunks +23 lines, -25 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 4 2 chunks +14 lines, -1 line 0 comments Download
M src/optimizing-compiler-thread.h View 1 2 3 4 5 chunks +27 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 2 3 4 5 chunks +71 lines, -4 lines 0 comments Download
M src/platform/mutex.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 3 chunks +15 lines, -88 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/optimized-for-in.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/regress/regress-map-invalidation-2.js View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Yang
7 years, 3 months ago (2013-09-02 11:29:03 UTC) #1
titzer
https://codereview.chromium.org/23710014/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/23710014/diff/1/src/compiler.cc#newcode968 src/compiler.cc:968: ASSERT(FLAG_concurrent_recompilation); Don't assert flags; they should only be used ...
7 years, 3 months ago (2013-09-02 17:03:34 UTC) #2
Yang
Addressed comments. https://codereview.chromium.org/23710014/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/23710014/diff/1/src/compiler.cc#newcode993 src/compiler.cc:993: FullCodeGenerator::BackEdgeTableIterator back_edges(shared->code(), &no_gc); On 2013/09/02 17:03:35, titzer ...
7 years, 3 months ago (2013-09-03 08:50:09 UTC) #3
titzer
https://codereview.chromium.org/23710014/diff/7001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/23710014/diff/7001/src/compiler.cc#newcode972 src/compiler.cc:972: ASSERT(osr_pc_offset != 0 || closure->IsMarkedForConcurrentRecompilation()); Not sure what you ...
7 years, 3 months ago (2013-09-03 14:05:36 UTC) #4
Yang
addressed comments https://codereview.chromium.org/23710014/diff/7001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/23710014/diff/7001/src/compiler.cc#newcode972 src/compiler.cc:972: ASSERT(osr_pc_offset != 0 || closure->IsMarkedForConcurrentRecompilation()); On 2013/09/03 ...
7 years, 3 months ago (2013-09-03 14:49:44 UTC) #5
titzer
LGTM with these last few comments. https://codereview.chromium.org/23710014/diff/18001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/23710014/diff/18001/src/compiler.cc#newcode973 src/compiler.cc:973: ASSERT(compiling_for_osr || closure->IsMarkedForConcurrentRecompilation()); ...
7 years, 3 months ago (2013-09-04 09:23:23 UTC) #6
Yang
https://codereview.chromium.org/23710014/diff/18001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/23710014/diff/18001/src/compiler.cc#newcode973 src/compiler.cc:973: ASSERT(compiling_for_osr || closure->IsMarkedForConcurrentRecompilation()); On 2013/09/04 09:23:23, titzer wrote: > ...
7 years, 3 months ago (2013-09-04 12:55:12 UTC) #7
Yang
7 years, 3 months ago (2013-09-04 12:56:18 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 manually as r16527 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698