Re: Manually set sret parameter

2025-06-30 Thread Fractal Fir via Gcc
Thank you so much for the help! It seems like the TREE_ADDRESSABLE bit is indeed what we have been looking for. In regards to your questions: Sadly, most of this is barely documented if at all. The rust compiler documentation is... not good. I only know about this because somebody mentioned this

Re: Manually set sret parameter

2025-06-30 Thread Fractal Fir via Gcc
Hi! I am one of the folk currently working on `rustc_codegen_gcc`, and I thought that I will provide some more context. > So I looked into this further, it is not rust that specifies sret but rather rust transformation into llvm code generation that does that. > So you need to explain what exact