Ignore:
Timestamp:
Oct 14, 2013, 4:30:37 PM (12 years ago)
Author:
[email protected]
Message:

Add FTL support for LogicalNot(string)
https://bugs.webkit.org/show_bug.cgi?id=122765

Patch by Nadav Rotem <[email protected]> on 2013-10-14
Reviewed by Filip Pizlo.

This patch is tested by:
regress/script-tests/emscripten-cube2hash.js.ftl-eager

  • ftl/FTLCapabilities.cpp:

(JSC::FTL::canCompile):

  • ftl/FTLLowerDFGToLLVM.cpp:

(JSC::FTL::LowerDFGToLLVM::compileLogicalNot):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r157427 r157429  
     12013-10-14  Nadav Rotem  <[email protected]>
     2
     3        Add FTL support for LogicalNot(string)
     4        https://bugs.webkit.org/show_bug.cgi?id=122765
     5
     6        Reviewed by Filip Pizlo.
     7
     8        This patch is tested by:
     9        regress/script-tests/emscripten-cube2hash.js.ftl-eager
     10
     11        * ftl/FTLCapabilities.cpp:
     12        (JSC::FTL::canCompile):
     13        * ftl/FTLLowerDFGToLLVM.cpp:
     14        (JSC::FTL::LowerDFGToLLVM::compileLogicalNot):
     15
    1162013-10-14  Julien Brianceau  <[email protected]>
    217
Note: See TracChangeset for help on using the changeset viewer.