[email protected] (which doesn't exist), [email protected] (which does).
On Wed, Feb 21, 2018 at 2:45 PM, Adam Klein <[email protected]> wrote: > I've commented with some detailed questions on the doc, but I second > Kentaro's high-level concern: per-Context doesn't seem like the right > granularity to me. > > On Wed, Feb 21, 2018 at 10:17 AM, Kentaro Hara <[email protected]> > wrote: > >> The goal (i.e., make the microtask execution per event loop) looks good >> to me. >> >> However, I'm not sure why you want to associate microtask queues with >> v8::Context. Microtask queues need to be associated with event loops, don't >> they? For example, one v8::Context may be used by multiple event loops >> (over time). >> >> >> >> >> >> On Wed, Feb 21, 2018 at 6:41 AM, Dmitry Gozman <[email protected]> >> wrote: >> >>> Sorry, I wasn't able to comment on the doc for some reason. >>> >>> Can we get MicrotaskQueue from a v8::Context through some API? In >>> inspector [1] we'd like to follow blink's scheduling, but do not have >>> access to blink's code. >>> Related question: why do we need a separate queue, and not just pass a >>> Context meaning one implicit queue per context? >>> >>> Thanks, >>> Dmitry >>> >>> [1] https://cs.chromium.org/chromium/src/v8/src/inspector/v8 >>> -inspector-impl.cc?rcl=22ef1d88f2c7dc1f8c296e4ed4f32275915371fc&l=84 >>> >>> On Wed, Feb 21, 2018 at 6:27 AM, Taiju Tsuiki <[email protected]> wrote: >>> >>>> Hi, V8 devs. >>>> >>>> I wrote up a design doc for Context-associated Microtask Queue >>>> <https://docs.google.com/document/d/1oNNhXF66dmwyj5S6Ri_g1vmBZltK8rWvZo1Tgqj64Z0/edit#heading=h.r588kvvw4zfn> >>>> for >>>> finer grained control on Blink scheduler. >>>> Could you take a look to it? >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "platform-architecture-dev" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to platform-architecture-dev@chro >>>> mium.org. >>>> To view this discussion on the web visit https://groups.google.com/a/ch >>>> romium.org/d/msgid/platform-architecture-dev/CAFK_eqRmWnYdxp >>>> EcViojpoCjd%2BBYHV2Jkb-vccQNd9KnokkDGQ%40mail.gmail.com >>>> <https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CAFK_eqRmWnYdxpEcViojpoCjd%2BBYHV2Jkb-vccQNd9KnokkDGQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "platform-architecture-dev" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to platform-architecture-dev@chro >>> mium.org. >>> To view this discussion on the web visit https://groups.google.com/a/ch >>> romium.org/d/msgid/platform-architecture-dev/CAJfDkaFVaO7OuY >>> ix%2BF-KKQM0f%3DmZZrhF%3D95_0jiGBezp4Qwfdw%40mail.gmail.com >>> <https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CAJfDkaFVaO7OuYix%2BF-KKQM0f%3DmZZrhF%3D95_0jiGBezp4Qwfdw%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> >> >> >> -- >> Kentaro Hara, Tokyo, Japan >> >> -- >> You received this message because you are subscribed to the Google Groups >> "platform-architecture-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to platform-architecture-dev@chro >> mium.org. >> To view this discussion on the web visit https://groups.google.com/a/ch >> romium.org/d/msgid/platform-architecture-dev/CABg10jxW%2BS0- >> 1FoFp7rX4AEKeaf7x8vJO6_peL8vX5QxPBjAHQ%40mail.gmail.com >> <https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CABg10jxW%2BS0-1FoFp7rX4AEKeaf7x8vJO6_peL8vX5QxPBjAHQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > > -- -- 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.
