> You may be able to leverage the JitCodeEvent and
> ReturnAddressLocationResolver APIs to trace JS function entry and
> exit.  The caveat is that the hooks are installed when the isolate is
> created and it's always on - you pay for it even when you aren't using
> it, though the overhead is small.
>

Thanks. I will check this out. Do these APIs let you track during
compilation as well? In the end, I want to be able to figure out what
functions are running.

>
> Another existing solution is the debugger in StepFrame mode.  It slows
> down programs by about 2x, though.
>
> --
> --
> v8-dev mailing list
> [email protected]
> http://groups.google.com/group/v8-dev
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "v8-dev" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/v8-dev/dOeX9-3ZXiY/unsubscribe.
> To unsubscribe from this group and all its topics, 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.

Reply via email to