Changes between Version 10 and Version 11 of SquirrelFish


Ignore:
Timestamp:
May 5, 2008 11:29:21 PM (16 years ago)
Author:
ggaren@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SquirrelFish

    v10 v11  
    6565
    6666automatic conversion of "this" to global object doesn't work.
     67
     68If we do enough work to prove it's viable compatibility-wise, we can remove support for function.caller and reduce support for function.arguments such that we only support it in a statically detectable form inside "function". (See js1_4/Functions/function-001.js for details on the origins of function.arguments.) That way, we could avoid all runtime tracking of call frames, simplifying the engine, and enable function inlining and other optimizations.
    6769
    6870Does global/eval code always need a full scope chain, since global eval may be called at any time?