Changes between Version 62 and Version 63 of squirrelfish
- Timestamp:
- Apr 10, 2008, 3:38:38 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
squirrelfish
v62 v63 139 139 Phase out implementsConstruct in favor of all clients using an inline function that calls getContructData. 140 140 141 For memory's sake, functions should probably shrink the register file when they return, but doing so causes a minor performance regression. 142 141 143 Turn built-in object construct functions non-virtual, since their callers inside the engine know their types. 142 144