Bug 13387 - [js-collector-tweaks] Shrink RegExpObject by 4 bytes
Summary: [js-collector-tweaks] Shrink RegExpObject by 4 bytes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks: 13389
  Show dependency treegraph
 
Reported: 2007-04-18 00:56 PDT by Maciej Stachowiak
Modified: 2007-04-23 03:07 PDT (History)
0 users

See Also:


Attachments
07-js-gc-regexp-shrink.patch.txt (6.82 KB, patch)
2007-04-18 00:57 PDT, 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 2007-04-18 00:56:52 PDT
Shrink RegexpObjectImp by 4 bytes. Somewhat inexplicably, this seems to be a .33% speedup on JS iBench. It also enables further optimizations.
Comment 1 Maciej Stachowiak 2007-04-18 00:57:14 PDT
Created attachment 14068 [details]
07-js-gc-regexp-shrink.patch.txt
Comment 2 Darin Adler 2007-04-18 11:19:38 PDT
Comment on attachment 14068 [details]
07-js-gc-regexp-shrink.patch.txt

r=me