-
- Downloads
"git@git.alchemyviewer.org:JennaHuntsman/xdg-integration.git" did not exist on "97ee8b207bf43a8acb3f2702d26eb5f3b7471e45"
Make any_internal::FastTypeId() and IdForType() constexpr
This means removing all side effects from FastTypeId(). So rather than instantiate dummy_var in the first call to FastTypeId(), move this responsibility to the linker, and only read its address during execution - guaranteed to never change. This allows for more optimization opportunities, with more explicit uses of constexpr
Loading
Please register or sign in to comment