Bug 4418
Summary: | speed up JavaScript by inlining and tightening Identifier code | ||
---|---|---|---|
Product: | WebKit | Reporter: | Darin Adler <darin> |
Component: | JavaScriptCore | Assignee: | Darin Adler <darin> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | ||
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Darin Adler
I did some analysis of JavaScript iBench performance, and found some speedups. This one is an
improvement in handling of Identifier, with some additional inlining and changing the rules about
reference counting for UString::Rep to cut down on updating the reference counts.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Maciej Stachowiak
Should there be a patch here?
Darin Adler
*** This bug has been marked as a duplicate of 4435 ***