RESOLVED FIXED 18865
SquirrelFish: Potential perf issue in Array.join/toString and similar
https://bugs.webkit.org/show_bug.cgi?id=18865
Summary SquirrelFish: Potential perf issue in Array.join/toString and similar
Oliver Hunt
Reported 2008-05-03 00:42:25 PDT
Due to the way we handle toString and valueOf when Array.toString()/join() (and other similar native toString impls) we will repeatedly push and pop registerfiles for each native toString call even though it's not necessary (say in the case of calling join() or an explicit call to Array.toString() )
Attachments
Oliver Hunt
Comment 1 2008-07-18 05:50:03 PDT
This was fixed by the switch to the unified registerfile
Note You need to log in before you can comment on or make changes to this bug.