Hi,

The v8 frame for callee (all for x64 platform) for full-codegen is:

--------------
return_addr
saved frame ptr
context
JsFunction
--------------

You can see description in frames.h file - "StandardFrames are used for 
interpreted, full-codegen and optimized..."

I try to implement ICs for my platform (not Intel) and I see following 
sequence of jumps:
JSEntryStub-> ...->LoadICTrampolineStub -> LoadICStub::GenerateImpl -> 
LoadIC::GenerateMiss-> C function Runtime::kLoadIC_Miss ->...->
test is "print(1)"

How v8 code patch the IC stub? Or IC's stub just change state?
I mean that how we call our function after generateMiss? We return in 
LoadIC stub?

-- 
-- 
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