Changes between Version 3 and Version 4 of squirrelfish
- Timestamp:
- Mar 24, 2008, 5:48:17 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
squirrelfish
v3 v4 73 73 - less, jtrue => jless 74 74 75 emit actual instructions for var and function initialization -- often, there will be 0; often, the var initialization will be dead code. any read of variable before init can statically become "load undefined". 75 optimize out redundant initializations of vars -- often, the var initialization will be dead code. any read of variable before init can statically become "load undefined". 76 76 77 77 78 a single run of SunSpider performs 1,191,803 var initializations