[PATCH] D101608: [WebAssembly] Support for WebAssembly globals in LLVM IR
    Andy Wingo via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Apr 30 02:39:11 PDT 2021
    
    
  
wingo added a comment.
Context here is that I realized that in D95425 <https://reviews.llvm.org/D95425>, that we could use a single address space for globals of any type, and that it might make sense to do so for "ordinary" globals like i32 etc.  Then we can express adding support for funcref / externref on top of this.  WDYT @pmatos ?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101608/new/
https://reviews.llvm.org/D101608
    
    
More information about the llvm-commits
mailing list