Bug 6396 - Several changes for a 4% JavaScript iBench speedup
Summary: Several changes for a 4% JavaScript iBench speedup
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-06 01:52 PST by Maciej Stachowiak
Modified: 2006-01-06 15:54 PST (History)
1 user (show)

See Also:


Attachments
Maks's speedups, applied to JSC TOT and cleaned up by me (11.76 KB, patch)
2006-01-06 11:48 PST, Maciej Stachowiak
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2006-01-06 01:52:01 PST
Maks sent me a patch with various JavaScript speedups, I tested and cleaned it up, and it appears to make 
about a 4% speed different on JS iBench.
Comment 1 Maciej Stachowiak 2006-01-06 11:48:26 PST
Created attachment 5514 [details]
Maks's speedups, applied to JSC TOT and cleaned up by me
Comment 2 Darin Adler 2006-01-06 13:42:34 PST
Comment on attachment 5514 [details]
Maks's speedups, applied to JSC TOT and cleaned up by me

There are tabs in this patch, I'd prefer not to land those.

Please leave out the commented-out printf.

It's great to share the single hash function too.

r=me