From: "Onur Özkan" <work@onurozkan.dev>
To: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Cc: Benno Lossin <lossin@kernel.org>,
rust-for-linux@vger.kernel.org, dakr@kernel.org,
ojeda@kernel.org, alex.gaynor@gmail.com, boqun.feng@gmail.com,
gary@garyguo.net, bjorn3_gh@protonmail.com,
a.hindborg@kernel.org, aliceryhl@google.com, tmgross@umich.edu,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 0/3] rust: make various `alloc` functions `const fn`
Date: Mon, 21 Jul 2025 09:13:58 +0300 [thread overview]
Message-ID: <20250721091358.7dda6b31@nimda.home> (raw)
In-Reply-To: <CANiq72mv2yiJW_AD-_F1JUP2QdJKGGg8SqZ5SgDWT2xc_tpbZg@mail.gmail.com>
On Sun, 20 Jul 2025 17:42:43 +0200
Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> wrote:
> On Sun, Jul 20, 2025 at 5:17 PM Onur Özkan <work@onurozkan.dev> wrote:
> >
> > Personally, I don't have a specific reason. I thought the change is
> > harmless and might extend functionality for other people in the
> > future. It could also (although less likely) help the compiler
> > optimize things further.
>
> I think it is OK -- even if we promise they are `const` and we have to
> remove it in the future, it is fine, since there is no stable kernel
> API. So that flexibility is another advantage of no promises there.
>
> However, I am curious, in which cases it would help the compiler
> optimize? The compiler already has the information on whether it could
> actually be `const` and whether it can be evaluated at compile-time
> and so on -- do you mean it has an effect on heuristics like inlining
> or similar?
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.
[1]: https://users.rust-lang.org/t/the-effects-of-const-fn/48303
Regards,
Onur
next prev parent reply other threads:[~2025-07-21 6:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-20 9:48 [PATCH v1 0/3] rust: make various `alloc` functions `const fn` Onur Özkan
2025-07-20 9:48 ` [PATCH v1 1/3] rust: make `allocator::aligned_size` a " Onur Özkan
2025-08-17 16:50 ` Miguel Ojeda
2025-07-20 9:48 ` [PATCH v1 2/3] rust: make `ArrayLayout::new_unchecked` " Onur Özkan
2025-07-20 9:48 ` [PATCH v1 3/3] rust: make `kvec::Vec` functions " Onur Özkan
2025-07-20 14:43 ` [PATCH v1 0/3] rust: make various `alloc` " Benno Lossin
2025-07-20 15:17 ` Onur Özkan
2025-07-20 15:42 ` Miguel Ojeda
2025-07-21 6:13 ` Onur Özkan [this message]
2025-07-21 20:13 ` Miguel Ojeda
2025-07-21 11:31 ` Alice Ryhl
2025-08-15 18:01 ` Danilo Krummrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250721091358.7dda6b31@nimda.home \
--to=work@onurozkan.dev \
--cc=a.hindborg@kernel.org \
--cc=alex.gaynor@gmail.com \
--cc=aliceryhl@google.com \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun.feng@gmail.com \
--cc=dakr@kernel.org \
--cc=gary@garyguo.net \
--cc=linux-kernel@vger.kernel.org \
--cc=lossin@kernel.org \
--cc=miguel.ojeda.sandonis@gmail.com \
--cc=ojeda@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=tmgross@umich.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.