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

Issue 68203029: Make number of available threads isolate-dependent and expose it to ResourceConstraints. (Closed)

Created:
7 years, 1 month ago by Yang
Modified:
7 years, 1 month ago
Reviewers:
Sven Panne
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

Make number of available threads isolate-dependent and expose it to ResourceConstraints. R=svenpanne@chromium.org BUG=v8:2991 LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=17866

Patch Set 1 #

Total comments: 3

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -157 lines) Patch
M include/v8.h View 1 1 chunk +7 lines, -1 line 0 comments Download
M src/api.cc View 3 chunks +6 lines, -1 line 0 comments Download
M src/compiler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/execution.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 2 chunks +7 lines, -16 lines 0 comments Download
M src/heap.cc View 7 chunks +12 lines, -17 lines 0 comments Download
M src/heap-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/isolate.h View 3 chunks +31 lines, -18 lines 0 comments Download
M src/isolate.cc View 6 chunks +36 lines, -36 lines 0 comments Download
M src/mark-compact.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M src/objects.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 1 chunk +6 lines, -1 line 0 comments Download
M src/runtime.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/sweeper-thread.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/sweeper-thread.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/v8.cc View 1 chunk +0 lines, -32 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 13 chunks +18 lines, -13 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
7 years, 1 month ago (2013-11-15 15:08:41 UTC) #1
Sven Panne
LGTM with nits https://codereview.chromium.org/68203029/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/68203029/diff/1/include/v8.h#newcode3825 include/v8.h:3825: int max_available_threads() { return max_available_threads_; } ...
7 years, 1 month ago (2013-11-18 14:40:06 UTC) #2
Yang
7 years, 1 month ago (2013-11-19 11:53:02 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r17866 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698