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

Issue 131413008: Implement Microtask Delivery Queue (Closed)

Created:
6 years, 11 months ago by rafaelw
Modified:
6 years, 10 months ago
Reviewers:
rossberg
CC:
v8-dev, adamk, arv (Not doing code reviews)
Visibility:
Public.

Description

Implement Microtask Delivery Queue R=rossberg@chromium.org, rossberg BUG= Committed: https://code.google.com/p/v8/source/detail?r=19084

Patch Set 1 #

Patch Set 2 : sync #

Total comments: 2

Patch Set 3 : cleanup #

Total comments: 6

Patch Set 4 : fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -31 lines) Patch
M src/object-observe.js View 1 2 4 chunks +12 lines, -2 lines 0 comments Download
M src/promise.js View 1 2 3 1 chunk +18 lines, -26 lines 0 comments Download
M src/runtime.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M src/v8natives.js View 1 2 3 1 chunk +7 lines, -2 lines 0 comments Download
M test/cctest/cctest.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/test-microtask-delivery.cc View 1 chunk +93 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
A test/mjsunit/harmony/microtask-delivery.js View 1 chunk +168 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
rafaelw
https://codereview.chromium.org/131413008/diff/30001/src/v8natives.js File src/v8natives.js (right): https://codereview.chromium.org/131413008/diff/30001/src/v8natives.js#newcode1912 src/v8natives.js:1912: RunMicrotasks.queue = new InternalArray; I'm tempted to avoid allocating ...
6 years, 11 months ago (2014-01-24 00:18:34 UTC) #1
rafaelw
a little cleanup
6 years, 11 months ago (2014-01-24 17:10:28 UTC) #2
rossberg
lgtm https://codereview.chromium.org/131413008/diff/80001/src/promise.js File src/promise.js (right): https://codereview.chromium.org/131413008/diff/80001/src/promise.js#newcode185 src/promise.js:185: function HandlePromise(value, handler, deferred) { Nit: call this ...
6 years, 10 months ago (2014-02-04 13:50:08 UTC) #3
rafaelw
all done. note that in order to fix a few tests, I needed to add ...
6 years, 10 months ago (2014-02-04 19:57:15 UTC) #4
rafaelw
6 years, 10 months ago (2014-02-04 19:58:56 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r19084 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698