[PATCH] D77353: [WebAssembly] Add DW_OP_WASM_location_int
Yury Delendik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 15:30:20 PDT 2020
yurydelendik added a comment.
In D77353#1972855 <https://reviews.llvm.org/D77353#1972855>, @aardappel wrote:
> So far we only need 2 tags, for locals and globals, and maybe soon a third for stack-relative. I don't see us running out of 32 entries that fast :)
Per https://github.com/gcc-mirror/gcc/blob/master/include/dwarf2.def, 22 is already well-known.
Anyway suggested encoding patch can be found at https://gist.github.com/yurydelendik/de99a1f512cca6e685780f07aade416a
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77353/new/
https://reviews.llvm.org/D77353
More information about the llvm-commits
mailing list