Changes between Version 7 and Version 8 of SquirrelFishPerfIdeas
- Timestamp:
- Apr 20, 2008, 10:43:49 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SquirrelFishPerfIdeas
v7 v8 43 43 string-unpack-code: String.replace passes excess arguments to its function and this is slow in our new calling convention. A few percent eaten by resolve (but appears to end up on an activation - nested funcs or eval?). Fair bit of time making identifiers. 44 44 45 string-validate-input: 45 string-validate-input: Multiscope. This is spending a fair amount of time in string concatenation, also.