[webkit-reviews] review requested: [Bug 133718] DFG::ByteCodeParser should emit native call/construct only in FTL mode, since the DFG backend can't do anything about them and the presence of function checks just means less efficient code : [Attachment 232878] Added check for ftl mode before emitting native calls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 11 11:47:41 PDT 2014


Matthew Mirman <mmirman at apple.com> has asked  for review:
Bug 133718: DFG::ByteCodeParser should emit native call/construct only in FTL
mode, since the DFG backend can't do anything about them and the presence of
function checks just means less efficient code
https://bugs.webkit.org/show_bug.cgi?id=133718

Attachment 232878: Added check for ftl mode before emitting native calls
https://bugs.webkit.org/attachment.cgi?id=232878&action=review

------- Additional Comments from Matthew Mirman <mmirman at apple.com>
For branch ftlopt.  Passed all tests, both 32 and 64 bit.


More information about the webkit-reviews mailing list