Re: [v8-users] Runtime functions in V8

2015-09-24 Thread Jakob Kummerow
On Thu, Sep 24, 2015 at 1:58 PM, dmonji wrote: > 1) In v8, ic.cc, i see functions like > *RUNTIME_FUNCTION(Runtime_KeyedLoadIC_Miss)*. > I don't understand how are they invoked. Is there some connection > with * __ TailCallRuntime(Runtime::kKeyedLoadIC_Miss, arg_count, 1);* > from ic-.cc

[v8-users] Runtime functions in V8

2015-09-24 Thread dmonji
1) In v8, ic.cc, i see functions like *RUNTIME_FUNCTION(Runtime_KeyedLoadIC_Miss)*. I don't understand how are they invoked. Is there some connection with * __ TailCallRuntime(Runtime::kKeyedLoadIC_Miss, arg_count, 1);* from ic-.cc? 2) what is the difference between *Runtime_KeyedLoa