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