On Jul 24, 2012, at 5:51 AM, vahe vardanyan <vahag...@gmail.com> wrote:

> Hi all.
> 
> As I understand in SFX all non JS functions calls go trough 
> JITStubs:op_call_NotJSFunction function.
> 
> But in which point, where, the op_call_NotJSFunction function is called?

It's called from code generated by the JIT. I would start by running a command 
called "grep" on the code in the "jit" directory to search for mentions of 
NotJSFunction. 

> 
> Can anyone please explain how function calls are implemented in SFX(simple 
> jit).
> 
> Thanks for attention
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to