I'm sorry about no make sense sentence.

I using GDB for debugging v8 ($gdb d8, using sample javascript - var 
temp=10;), and trace function flow after Script::Run().
After some next, I reached CALL_GENERATED_CODE() in execution.cc::Invoke(). 
When step( (gdb) s ) at the function,
the program jumps to v8::internal::SealHandleScope::~SealHandleScope(). And 
the program counter points to next 
CALL_GENERATED_CODE() when returning the ~SealHandleScope().

I assume that the CALL_GENERATED_CODE function is entering point for binary 
code what is made by (full, optimizing)
compiler. Is it right?

+Q) How CALL_GENERATED_CODE function executes if the simulation mode(arm, 
mips, x86...) is on or off?

-- 
-- 
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/groups/opt_out.

Reply via email to