Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WebAssembly] Restore defaults for stores per memop #24

Merged
merged 1 commit into from
Oct 2, 2019

Commits on Oct 2, 2019

  1. [WebAssembly] Restore defaults for stores per memop

    Summary:
    Large slowdowns were observed in Rust due to many small, constant
    sized copies in conjunction with poorly-optimized memory.copy
    implementations. Since memory.copy cannot be expected to be inlined
    efficiently by engines at this time, stop using it for the smallest
    copies. We continue to lower all memcpy intrinsics to memory.copy,
    though.
    
    Reviewers: aheejin, alexcrichton
    
    Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, JDevlieghere, sunfish, llvm-commits
    
    Tags: #llvm
    
    Differential Revision: https://reviews.llvm.org/D67639
    
    llvm-svn: 372275
    tlively authored and alexcrichton committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    94b07ab View commit details
    Browse the repository at this point in the history