Re: [PATCH v1 0/3] rust: make various `alloc` functions `const fn`
From: Miguel Ojeda
Date: Mon Jul 21 2025 - 16:13:29 EST
On Mon, Jul 21, 2025 at 8:14 AM Onur Özkan <work@xxxxxxxxxxxxx> wrote:
>
> I thought it had effects similar to inlining, but after digging into the
> assembly output of a simple program (with and without `const`
> expressions) and reading some related discussions [1], it seems I was
> wrong about it, sorry.
No worries at all, and thanks for taking a look into it!
I think Danilo will take this eventually through `alloc`, but it
sounds good to me.
Cheers,
Miguel