Re: [fpc-pascal] WPO in fpc bootstrap process

2009-09-28 Thread Henry Vermaak
2009/9/28 leledumbo : > > I notice nowadays fpc is bootstrapped with WPO enabled. Since WPO strategy > used by fpc is two phase build, the build time takes significantly longer. I > don't see much enhancement other than "a little" smaller binary size (it may > benefit from static calls also, but I

[fpc-pascal] WPO in fpc bootstrap process

2009-09-28 Thread leledumbo
I notice nowadays fpc is bootstrapped with WPO enabled. Since WPO strategy used by fpc is two phase build, the build time takes significantly longer. I don't see much enhancement other than "a little" smaller binary size (it may benefit from static calls also, but I don't really feel it). So, can