[webkit-reviews] review requested: [Bug 131515] Inlining native functions into the JavaScript in the FTL : [Attachment 229576] System for inlining native functions via the FTL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 17 14:17:49 PDT 2014


Matthew Mirman <mmirman at apple.com> has asked  for review:
Bug 131515: Inlining native functions into the JavaScript in the FTL
https://bugs.webkit.org/show_bug.cgi?id=131515

Attachment 229576: System for inlining native functions via the FTL.  
https://bugs.webkit.org/attachment.cgi?id=229576&action=review

------- Additional Comments from Matthew Mirman <mmirman at apple.com>
Added the actual inlining pass.  
Fixed the allocation size bug.
Added passes to remove unused functions from imported modules.	This
potentially speeds up optimization and can be very useful for debugging.
As suggested by llvmers, added "AnalysisPass" before other passes in the
simpleOptimization case.


More information about the webkit-reviews mailing list