Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

#[inline]#[maybe_inline]のサポート #13

Open
KisaragiEffective opened this issue Aug 4, 2022 · 0 comments
Open

#[inline]#[maybe_inline]のサポート #13

KisaragiEffective opened this issue Aug 4, 2022 · 0 comments

Comments

@KisaragiEffective
Copy link
Owner

  • #[inline]: 関数に付与した場合、その関数はLogiXへコンパイルされたあとでもインラインされる。絶対に (MUST)。
  • #[maybe_inlined]: 関数に付与した場合、その関数はインライン展開されるかもしれない (MAY)。コンパイラのヒューリスティクスによってはインライン展開されないかもしれない (MAY NOT)。
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant