Changes between Version 7 and Version 8 of SquirrelFishPerfIdeas


Ignore:
Timestamp:
Apr 20, 2008 10:43:49 PM (16 years ago)
Author:
mjs@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SquirrelFishPerfIdeas

    v7 v8  
    4343string-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.
    4444
    45 string-validate-input:
     45string-validate-input: Multiscope. This is spending a fair amount of time in string concatenation, also.