Re: dead code removal

2014-12-01 Thread Daniel Murphy via D.gnu
"Johannes Pfau" wrote in message news:m5enbm$2t0e$1...@digitalmars.com... The linker scripts also know about some details of the C/C++ codegen. For example attribute(constructor) needs support from linker scripts. (KEEP, SORT_NONE, PROVIDE_HIDDEN or similar) Without this support constructor cal

Re: Cross-module inlining

2014-12-01 Thread Johannes Pfau via D.gnu
Am Wed, 26 Nov 2014 17:19:25 + schrieb "Iain Buclaw via D.gnu" : > On 26 November 2014 at 15:40, Johannes Pfau via D.gnu > wrote: > > Has anybody had a closer look at cross-module inlining? > > What exactly is necessary to get it working and how difficult would > > it be to implement? > > > >