[PATCH] D55045: Add a version of std::function that includes a few optimizations.
    Jordan Soyke via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Nov 30 07:50:30 PST 2018
    
    
  
jsoyke marked an inline comment as done.
jsoyke added inline comments.
================
Comment at: include/functional:1471
 
+#define _LIBCPP_ABI_OPTIMIZED_FUNCTION
+
----------------
Note to self: Remove this before trying to submit. I'm only keeping it here during development and benchmarking because it makes it easier to copy / paste the code into our internal toolchain.
Repository:
  rCXX libc++
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55045/new/
https://reviews.llvm.org/D55045
    
    
More information about the llvm-commits
mailing list