[Issue 21492] betterC: TypeInfo is generated for code guarded by if(__ctfe)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 15 07:41:55 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=21492
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
What D does is generate the code, then prune away all the false code blocks.
Looks like ldc does it is better.
--
More information about the Digitalmars-d-bugs
mailing list