Hi, In "Selective Just-in-Time Compilation for Client-side Mobile JavaScript Engine" article I read that in JSC there are 109 bytecode isntructions, and 51 of them are handeled by CTI functions. But i could't find anywhere what is the CTI function and why they are used? thanks.
This is referring to the callbacks from JIT code defined in JITStubs.cpp. These methods have their signatures defined by the DEFINE_STUB_FUNCTION macros, which prefix cti_ to the function names. cheers, G. On Dec 25, 2011, at 1:28 PM, wingoog moon wrote:
Hi,
In "Selective Just-in-Time Compilation for Client-side Mobile JavaScript Engine" article I read that in JSC there are 109 bytecode isntructions, and 51 of them are handeled by CTI functions. But i could't find anywhere what is the CTI function and why they are used? thanks. _______________________________________________ squirrelfish-dev mailing list squirrelfish-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/squirrelfish-dev
participants (2)
-
Gavin Barraclough
-
wingoog moon