Changes between Version 60 and Version 61 of squirrelfish
- Timestamp:
- Apr 10, 2008, 10:22:35 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
squirrelfish
v60 v61 119 119 optimized access to global built-ins (http://trac.webkit.org/projects/webkit/changeset/31226) 120 120 static type inference of things like "numeric less than" and "string add" 121 122 // WARNING: If code generation wants to optimize resolves to parent scopes, 123 // it needs to be aware that, for functions that require activations, 124 // the scope chain is off by one, since the activation hasn't been pushed yet. 121 125 }}} 122 126