On Fri, Mar 13, 2015 at 7:33 PM, Malek Musleh <malek.mus...@gmail.com> wrote:
> So to be clear, this is for OSR or just invoking crankshaft? In my
> mind, I am viewing them as 2 different things (although I guess OSR is
> part of crankshaft), the first for optimizing the function as it goes,
> and the other trying to recompile the function for its next use.

OSR is part of Crankshaft.  If you run d8 with `--nocrankshaft
--trace_osr`, you'll never see log messages about OSR.

> Is it that seeing the same JS Function at the top of the stack several
> times in a row, which means that its still executing the same function
> , or that the same function has been invoked multiple times  and now
> its deemed "hot" for optimization.

Both.  I don't think V8 makes that distinction.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to