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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 4 16:59:25 PDT 2014


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


Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #232509|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #55 from Filip Pizlo <fpizlo at apple.com>  2014-06-04 16:59:48 PST ---
(From update of attachment 232509)
One more bug to fix: InlineRuntimeSymbolTable.h should go do the build directory instead of being placed in the source directory.

It's OK to have InlineRuntimeSymbolTable.h in the source directory if it's checked into the repository and the build system never modifies it.

It's OK to have InlineRuntimeSymbolTable.h generated by the build system if it's in the build directory.

Right now, you're generating it with the build system, you're not checking it in (so far so good), but you're placing it into the source directory (bad).

Otherwise this is starting to look quite good!

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