[PATCH] D66035: [WebAssembly] WIP: Add support for reference types
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 15:59:23 PDT 2019
sunfish added a comment.
x86 uses address spaces starting at 256 and counting up for its architecture-specific address spaces. The docs <http://llvm.org/docs/CodeGenerator.html#x86-address-spaces-supported> say "Address spaces 1-255 are currently reserved for user-defined code." so we should consider using 256 here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66035/new/
https://reviews.llvm.org/D66035
More information about the llvm-commits
mailing list