[webkit-reviews] review requested: [Bug 40929] Aligning Assembler Buffer gives 0.4% speedup : [Attachment 59266] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 11:11:04 PDT 2010


Nathan Lawrence <nlawrence at apple.com> has asked  for review:
Bug 40929: Aligning Assembler Buffer gives 0.4% speedup
https://bugs.webkit.org/show_bug.cgi?id=40929

Attachment 59266: Patch
https://bugs.webkit.org/attachment.cgi?id=59266&action=review

------- Additional Comments from Nathan Lawrence <nlawrence at apple.com>
The current AssemblerBuffer implementation has 128 bytes of inline capacity. 
If we reduce this capacity so that sizeof(AssemblerBuffer) is 128 bytes
instead, this gives us a 0.4% speedup on sunspider.


More information about the webkit-reviews mailing list