Fun with range deprecations

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 13 10:29:25 PDT 2014


On Wed, Aug 13, 2014 at 04:39:58PM +0000, Dicebot via Digitalmars-d wrote:
> On Wednesday, 13 August 2014 at 16:38:10 UTC, H. S. Teoh via Digitalmars-d
> wrote:
> >>templates to _reduce_ code size, I'd never thought of that before
> >>(although really this is work that a linker can do).
> >
> >Having the linker do this is kinda patching things over after the
> >problem has already occurred IMO. Not emitting the code in the first
> >place beats emitting it only to discard it later.
> 
> It is easier that way though and is already implemented (all praise
> ldc!)

I can't wait for the day when the frontend becomes fully independent,
and dmd, gdc, ldc, can all be up-to-date with the latest git HEAD by
just recompiling. :)


T

-- 
To err is human; to forgive is not our policy. -- Samuel Adler


More information about the Digitalmars-d mailing list