> If my understanding is correct, there needs to be some assembly code to setup 
> the JITStackFrame before we call this. How and where is this supposed to be 
> handled?

The baseline JIT stack frame is set up once, upon entry to the baseline JIT. 
See the "ctiTrampoline" function.

Depending on the stub function being called, relevant variables in the stack 
frame will be set up directly prior to the call. See the "JITStubCall" class.

Geoff
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to