Changes between Version 10 and Version 11 of SquirrelFish
- Timestamp:
- May 5, 2008, 11:29:21 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SquirrelFish
v10 v11 65 65 66 66 automatic conversion of "this" to global object doesn't work. 67 68 If 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. 67 69 68 70 Does global/eval code always need a full scope chain, since global eval may be called at any time?