On Friday 16 August 2002 3:46 pm, Andre Poenitz wrote: > On Fri, Aug 16, 2002 at 01:57:32PM +0100, Angus Leeming wrote: > > The attached patch to the xforms/Dialogs* files knocks about 30secs off > > compile times on my machine. > > 12 seconds out ouf 11 minutes here. > > > If they find a similar spped up with g++ and still care deeply, then > > perhaps they'll even commit it. > > > > Over to you. > > I find code easier to read with "real members" instead of some smart > pointer so some members. So that's another reason why I'd favour the > change. But as I don't know what advatages this lazy construction has, > I am not the one to tell...
None really, as we don't actually build the dialog itself until we receive a request to display it. Angus
