Post #2937845
2026-05-14 05:31 UTC
@swetland@chaos.social Speaking of... I just noticed this right now in an old experiment IR dump. Clang modified a function to take a decomposed struct...basic but along the lines of your topic...I guess I hadn't really thought through this level of things yet as I have mostly been playing with higher-level language ideas.
` void takes_val(struct str str_val) { `
(struct str is just an int and a pointer in this experiment)
Replies (0)
No replies.