[Issue 23774] [REG 2.103-beta] cannot inline function `core.bitop.Split64.this`
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Mar 12 23:53:09 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23774
mhh <maxhaton at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |maxhaton at gmail.com
--- Comment #1 from mhh <maxhaton at gmail.com> ---
Part of the wtf is warning on inline failure by default.
dmd's IR seems to make some kind of inlining basically impossible in practice.
The transformation is mathematically possible but has not been implemented (for
such a fundamental concept as inlining)
--
More information about the Digitalmars-d-bugs
mailing list