RESOLVED FIXED 63964
Force inlining of simple functions that show up as not being inlined
https://bugs.webkit.org/show_bug.cgi?id=63964
Summary Force inlining of simple functions that show up as not being inlined
Oliver Hunt
Reported 2011-07-05 18:22:04 PDT
Force inlining of simple functions that show up as not being inlined
Attachments
Patch (35.18 KB, patch)
2011-07-05 18:24 PDT, Oliver Hunt
barraclough: review+
Oliver Hunt
Comment 1 2011-07-05 18:24:10 PDT
Gavin Barraclough
Comment 2 2011-07-05 18:28:57 PDT
Comment on attachment 99769 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=99769&action=review > Source/JavaScriptCore/assembler/LinkBuffer.h:251 > + uint16_t* copySource = reinterpret_cast<uint16_t*>(inData + readPtr); I kinda think it would be nice to add a couple more asserts, check ing that the points are aligned, and that the regions do not overlap. But I leave that to your personal taste. r+ either way.
Oliver Hunt
Comment 3 2011-07-05 18:31:20 PDT
Note You need to log in before you can comment on or make changes to this bug.