# Meeting 2024-05-01 <!-- Leave your topic starting with ### in the relevant sections below --> ## Critical <!-- bugs, soundness issues, urgent patches/reviews etc. --> ## Status Reports <!-- You want to report on something you are working on/request reviews. Or you want to know the status of something someone else is doing --> ### rust helpers inlining https://github.com/nbdd0121/linux/tree/thin-lto `-fno-delete-null-pointer-checks` will inhibit inlining Boqun: can LLVM reports null pointer checks being deleted `target-feature` mismatch Can be workarounded by `-mllvm=ignore-tti-inline-compatible` Alternatively, use `__alwaysinline` to bypass all checks ## Discussion Questions <!-- Anything that requires lengthy discussion/more general questions also fit here --> ## Miscellaneous <!-- stuff that does not fit into other categories -->