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

Issue 23542029: Simplify installing concurrently recompiled code. (Closed)

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

Description

Simplify installing concurrently recompiled code. Instead of overwriting the code entry of the function, we trigger an interrupt to install the code on the main thread. R=mstarzinger@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=16681

Patch Set 1 #

Patch Set 2 : add stack check when calling function that is in recompile queue. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -417 lines) Patch
M src/arm/builtins-arm.cc View 1 2 chunks +36 lines, -95 lines 0 comments Download
M src/builtins.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/compiler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/debug.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/execution.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/execution.cc View 3 chunks +21 lines, -1 line 1 comment Download
M src/ia32/builtins-ia32.cc View 1 4 chunks +33 lines, -82 lines 1 comment Download
M src/mips/builtins-mips.cc View 1 3 chunks +33 lines, -94 lines 0 comments Download
M src/objects.h View 1 chunk +0 lines, -1 line 1 comment Download
M src/objects.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/objects-inl.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/optimizing-compiler-thread.cc View 2 chunks +2 lines, -8 lines 0 comments Download
M src/runtime.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 1 4 chunks +18 lines, -13 lines 0 comments Download
M src/runtime-profiler.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 4 chunks +30 lines, -84 lines 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part4.js View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
7 years, 3 months ago (2013-09-11 13:26:02 UTC) #1
Michael Starzinger
LGTM if all comments are addressed. https://codereview.chromium.org/23542029/diff/4001/src/execution.cc File src/execution.cc (right): https://codereview.chromium.org/23542029/diff/4001/src/execution.cc#newcode953 src/execution.cc:953: if (FLAG_concurrent_recompilation && ...
7 years, 3 months ago (2013-09-12 10:53:10 UTC) #2
Yang
7 years, 3 months ago (2013-09-12 11:31:19 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r16681 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698