On 2015/06/26 22:26:47, mattloring wrote:
I've implemented this polyfill as Jakob suggested. Would the shell
scripts be
better placed here with their non-node analogues or in node?
Not sure. I wouldn't mind having them here, but OTOH V8 developers have no
reason to use/test them, so there's a good chance they'll break at some
point.
Maybe hosting them in the node repository would make it easier to update
them as
needed; in particular this would avoid the following sequence:
(1) some change breaks the polyfill (e.g., list of required .js files
changes)
(2) V8 creates a branch
(3) node imports that branch
(4) node users realize that their tick processor is broken
(5) node developers propose V8 upstream patch
(6) patch needs V8 team review
(7) patch needs backporting to branch
(8) node must pull updated branch (with backport)
Steps 5-8 could be cut short to:
(5') node developers update their tick processor
https://codereview.chromium.org/1179173009/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.