[webkit-reviews] review requested: [Bug 41360] Temporary buffers should be cleared after code is done jitting : [Attachment 60034] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 10:22:52 PDT 2010


Nathan Lawrence <nlawrence at apple.com> has asked  for review:
Bug 41360: Temporary buffers should be cleared after code is done jitting
https://bugs.webkit.org/show_bug.cgi?id=41360

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

------- Additional Comments from Nathan Lawrence <nlawrence at apple.com>
The buffers m_propertyAccessCompilationInfo and
m_callStructureStubCompilationInfo, which are used to translate temporary
relative labels to absolute labels at JIT link time are never used again once
the code is jitted.  Clearing these buffers once the code is jitted gives a
0.5% speedup on sunspider.


More information about the webkit-reviews mailing list