I can see a lot of frame's descriptions in v8's source:
frame.h
frames.h
and platfom-dependent frames-x64 and others.

I'm implementing full-codegen for my platform and I'm little bit confused 
about frames for functions.

What must I save in frame for function in fullcodegen?

I think there are:

   - return addr
   - saved frame ptr
   - Context
   - JSFunction


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

Reply via email to