odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.13k stars 551 forks source link

make structs with multiple fields always return indirect in wasm c abi #3848

Closed laytan closed 5 days ago

laytan commented 6 days ago

we already have a special case for this in type_can_be_direct but it was overwriting that decision here, also had a bug where it was setting the calling convention after computing with it, so it was never getting in the specific if cc is C cases :)