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

Issue 15732012: Revive voronoi multi-threaded demo. (Closed)

Created:
7 years, 7 months ago by nfullagar1
Modified:
7 years, 6 months ago
Reviewers:
noelallen1, binji
CC:
chromium-reviews, binji, Sam Clegg
Visibility:
Public.

Description

Revive voronoi multi-threaded demo. BUG=none TEST=demo for SDK R=binji@chromium.org, noelallen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202991

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 76

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+929 lines, -0 lines) Patch
M native_client_sdk/src/build_tools/sdk_files.list View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/demo/voronoi/example.dsc View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/demo/voronoi/example.js View 1 2 3 4 5 6 7 1 chunk +59 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/demo/voronoi/index.html View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/demo/voronoi/threadpool.h View 1 2 3 4 5 6 7 1 chunk +46 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/demo/voronoi/threadpool.cc View 1 2 3 4 5 6 7 1 chunk +148 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/demo/voronoi/voronoi.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +582 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
nfullagar1
7 years, 7 months ago (2013-05-24 18:38:02 UTC) #1
noelallen1
Still looking, but you should remove these extra files. https://codereview.chromium.org/15732012/diff/1/native_client_sdk/src/examples/demo/voronoi/common.js File native_client_sdk/src/examples/demo/voronoi/common.js (right): https://codereview.chromium.org/15732012/diff/1/native_client_sdk/src/examples/demo/voronoi/common.js#newcode1 native_client_sdk/src/examples/demo/voronoi/common.js:1: ...
7 years, 7 months ago (2013-05-24 18:42:50 UTC) #2
nfullagar1
removed files https://codereview.chromium.org/15732012/diff/1/native_client_sdk/src/examples/demo/voronoi/common.js File native_client_sdk/src/examples/demo/voronoi/common.js (right): https://codereview.chromium.org/15732012/diff/1/native_client_sdk/src/examples/demo/voronoi/common.js#newcode1 native_client_sdk/src/examples/demo/voronoi/common.js:1: // Copyright (c) 2012 The Chromium Authors. ...
7 years, 7 months ago (2013-05-24 19:06:00 UTC) #3
nfullagar1
https://codereview.chromium.org/15732012/diff/1/native_client_sdk/src/examples/demo/voronoi/index.html File native_client_sdk/src/examples/demo/voronoi/index.html (right): https://codereview.chromium.org/15732012/diff/1/native_client_sdk/src/examples/demo/voronoi/index.html#newcode17 native_client_sdk/src/examples/demo/voronoi/index.html:17: data-tools="newlib glibc pnacl linux" data-configs="Debug Release" On 2013/05/24 18:42:50, ...
7 years, 7 months ago (2013-05-24 19:17:40 UTC) #4
binji
drive by review! https://codereview.chromium.org/15732012/diff/10001/native_client_sdk/src/examples/demo/voronoi/example.dsc File native_client_sdk/src/examples/demo/voronoi/example.dsc (right): https://codereview.chromium.org/15732012/diff/10001/native_client_sdk/src/examples/demo/voronoi/example.dsc#newcode12 native_client_sdk/src/examples/demo/voronoi/example.dsc:12: 'CXXFLAGS': [ shouldn't be necessary, we ...
7 years, 7 months ago (2013-05-24 21:47:55 UTC) #5
noelallen1
WRT Thread Pool: 1- Should be legal to pass 0-N as the number of threads. ...
7 years, 7 months ago (2013-05-25 00:21:11 UTC) #6
nfullagar1
ptal - hopefully I've addressed most comments. ThreadPool had a small re-factor, instead of posting ...
7 years, 6 months ago (2013-05-28 23:11:50 UTC) #7
binji
lgtm https://codereview.chromium.org/15732012/diff/10001/native_client_sdk/src/examples/demo/voronoi/example.js File native_client_sdk/src/examples/demo/voronoi/example.js (right): https://codereview.chromium.org/15732012/diff/10001/native_client_sdk/src/examples/demo/voronoi/example.js#newcode77 native_client_sdk/src/examples/demo/voronoi/example.js:77: var x = Math.round(message_event.data * 1000) / 1000; ...
7 years, 6 months ago (2013-05-28 23:37:50 UTC) #8
noelallen1
One last nit: In threadpool the use of Dispatch, SingleThread, Multhread is still a bit ...
7 years, 6 months ago (2013-05-29 00:27:29 UTC) #9
nfullagar1
re: Noel's naming concern, discussed offline and changed MultiThread() & SingleThread() to DispatchMany() & DispatchHere(). ...
7 years, 6 months ago (2013-05-29 01:19:53 UTC) #10
nfullagar1
7 years, 6 months ago (2013-05-29 22:19:36 UTC) #11
Message was sent while issue was closed.
Committed patchset #11 manually as r202991 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698