folkertdev wrote:

To me, there is no actual issue here: it is purely a question of whether a slot 
size of 4 was a deliberate decision, it very much looks like it wasn't.

A slot size of 4 is perfectly functional, however the 64-bit architectures that 
I've seen all use a slot size of 8, presumably as you say so that 64-bit values 
are aligned. So wasm64 can pick a slot size of either 4 or 8, I don't really 
have strong opinions on that, so long as it is deliberate. If a slot size of 4 
is kept I think that's at least worthy of a comment.

https://github.com/llvm/llvm-project/pull/173580
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to