JS_SetCallHook: hook is not called if context is not in debug mode (JS_SetDebugMode)
31 views
Skip to first unread message
vfo...@meta-comm.com
unread,
Mar 20, 2013, 12:31:28 PM3/20/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi!
Yet another problem while porting to the latest released js (besides non-toggle-off GC I mentioned earlier). Now call hook is called in debug mode only. I suspect that debug mode disables some optimizations so profiled code runs in different manner (comparing to non-debug mode). So profiling results got in this mode may be not reliable. What is the right way to implement JS-functions profiling?