RESOLVED FIXED 18647
SquirrelFish does not do static type inference
https://bugs.webkit.org/show_bug.cgi?id=18647
Summary SquirrelFish does not do static type inference
Maciej Stachowiak
Reported 2008-04-20 16:48:48 PDT
The original JavaScriptCore engine did limited static type inference for things like "numeric less" or "string add", to reduce the cost of dynamic dispatch and sometimes save having to create boxed JS values. We'd like to add equivalent functionality to SquirrelFish, though it may be done in somewhat different ways.
Attachments
Mark Rowe (bdash)
Comment 1 2008-05-30 11:45:40 PDT
Bug 19180 covers some numeric cases of this optimisation.
Gavin Barraclough
Comment 2 2012-03-07 17:48:26 PST
We now have static & dynamic type specializations.
Note You need to log in before you can comment on or make changes to this bug.