[PATCH] D13119: [WebAssembly] Switch to a more traditional assembly syntax
JF Bastien via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 15:28:28 PDT 2015
jfb added a comment.
I haven't reviewed the patch itself yet, but I'd like to bring up an issue: we definitely want to do this move for the reasons you outline (as we've discussed offline), but I think we should first get the code support further along so we can get an end-to-end prototype working using s-epxressions first. Once we have this, then browsers can play with a specific version of LLVM while we fix the bigger issues that you outline.
Do you think we could first finalize control flow and linear memory initialization, snapshot things, and then apply this patch?
Repository:
rL LLVM
http://reviews.llvm.org/D13119
More information about the llvm-commits
mailing list