Hi Tring to understand SFX aritecture and I have found these functions JIT::privateCompileMainPass() JIT::privateCompileSlowCases() in http://trac.webkit.org/browser/trunk/Source/JavaScriptCore/jit/JIT.cpp. So as I understand each instruction is executed seperatly from others. It seems that JIT works tha way as interpretator does. What the difference between SFX JIT and SFX interpretor, exept that JIT keep cashed copies of functions. thanks for attention!
_______________________________________________ squirrelfish-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/squirrelfish-dev
