Ok but then can someone give me a big picture of the directories ? And how the code is generally structured ? Or how is ArrayBufferBuilder:append called ?
On Thu, 20 Sep 2018 at 00:14, Peter Schow <[email protected]> wrote: > On Wed, Sep 19, 2018 at 2:36 PM dan Med <[email protected]> wrote: > > This is how I see it atm > > Each tab is a process that is composed of several threads, this process > is sandboxed with the Windows kernel security ( on Windows ) > > Then we have WebKit which is the rendered thread inside of this main tab > (thread) which as the name implies will render the page. > > When in the renderer process is v8 called ? > > Or when WebKit is executing UI things v8 is also running JavaScript code > ? > > This mailing list is about V8 itself, not arbitrary consumers (there > are many) of V8. Do you understand the difference? V8 has no notion > of "tabs", "WebKit", "renderer process", or "UI". I suggest you find > another place to ask your questions. > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" 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. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
