On Wed, Dec 10, 2014 at 08:33:22PM +0100, Jacob Carlborg via Digitalmars-d wrote: > On 2014-12-10 18:43, H. S. Teoh via Digitalmars-d wrote: > > >That's why the current object file model doesn't work very well. > > > >You'd have to extend the object file format to include compiler IR > >for templates, then the compiler can instantiate templates from that > >IR without needing access to the source. Which is a feature I've > >brought up several times, but nobody seems to be interested in doing > >anything about it. > > Can't you just put it in a custom section? Or perhaps that what you're > saying. Although, I'm not sure if OMF supports custom sections. [...]
That *is* what I'm saying. But so far, it seems people aren't that interested in doing that. *shrug* T -- The volume of a pizza of thickness a and radius z can be described by the following formula: pi zz a. -- Wouter Verhelst
