[webkit-reviews] review denied: [Bug 130523] Need target to produce llvm ir : [Attachment 227310] Added target to produce llvm ir for JavaScriptCore. WIP for C++ inlining.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 20 11:49:15 PDT 2014


Filip Pizlo <fpizlo at apple.com> has denied Matthew Mirman <mmirman at apple.com>'s
request for review:
Bug 130523: Need target to produce llvm ir
https://bugs.webkit.org/show_bug.cgi?id=130523

Attachment 227310: Added target to produce llvm ir for JavaScriptCore.	WIP for
C++ inlining.
https://bugs.webkit.org/attachment.cgi?id=227310&action=review

------- Additional Comments from Filip Pizlo <fpizlo at apple.com>
For starters, you don't want *all* of JSC to be inlineable.  Not all of JSC is
callable from JS.  Only functions in runtime/ are.


More information about the webkit-reviews mailing list