Hi, that actually comes to no surprise. The reason we haven't done this yet is indeed mainly stubs being compiled on demand. The potential payoff is small, I think.
Yang On Apr 5, 2014 5:44 AM, "Sean Park" <[email protected]> wrote: > Hello, > As I've posted in the wrong place, I'm posting here again, > The issue : https://code.google.com/p/v8/issues/detail?id=3257 > (It's already copied here, by some bot I think) > > What I want to do: > - Run code generation in crankshaft in the thread, the thread which does > graph optimization. > What I've done: > - call code generation after graph optimization and some minor changes > about the code and HandleScope > - currently in some experiment stage, lots of segment fault, crashes and > assert violation > Answer from google developer: > - Don't do it, it's impossible, reason is on-demand stub generation, as > well as some other things that need heap access > > But I think I've to do this, so anyone already have tried this or want to > try this, > please leave any comments, information where to look at and what to avoid. > Best regards, > > > > -- > -- > 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. > -- -- 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.
