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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 3 21:48:38 PDT 2014


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





--- Comment #48 from Filip Pizlo <fpizlo at apple.com>  2014-06-03 21:49:01 PST ---
(From update of attachment 232451)
View in context: https://bugs.webkit.org/attachment.cgi?id=232451&action=review

> Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp:3603
> +    bool possiblyCompileInlineableNativeCall(int dummyThisArgument, int numPassedArgs, int numArgs)

These helper functions shouldn't be in the same block of code as the "void compileBlah()" functions.  Please move them to the bottom of the file.

-- 
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