Stream: git-wasmtime

Topic: wasmtime / issue #3529 ISLE: prefix mach inst constructor...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 15 2021 at 23:49):

fitzgen labeled issue #3529:

E.g. instead of (add ...) we would have either (x86_add ...) or (x86:add ...) or something like that. Please tell me which color you want the bike shed to be!

view this post on Zulip Wasmtime GitHub notifications bot (Nov 15 2021 at 23:49):

fitzgen opened issue #3529:

E.g. instead of (add ...) we would have either (x86_add ...) or (x86:add ...) or something like that. Please tell me which color you want the bike shed to be!

view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2021 at 15:11):

alexcrichton commented on issue #3529:

One possibility could be clif:iadd and then each backend doesn't get its own namespace since it otherwise it's a little redundant in that none of the backends are getting code generated in to the same file.


Last updated: Nov 22 2024 at 16:03 UTC