[Webkit-unassigned] [Bug 131515] Inlining native functions into the JavaScript in the FTL

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


https://bugs.webkit.org/show_bug.cgi?id=131515


Matthew Mirman <mmirman at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #229183|0                           |1
        is obsolete|                            |
 Attachment #229183|review?, commit-queue?      |
               Flag|                            |
 Attachment #229576|                            |review?, commit-queue?
               Flag|                            |




--- Comment #9 from Matthew Mirman <mmirman at apple.com>  2014-04-17 14:18:09 PST ---
Created an attachment (id=229576)
 --> (https://bugs.webkit.org/attachment.cgi?id=229576&action=review)
System for inlining native functions via the FTL.  

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list