Re: Speed up build on Windows by generating symbol definition in batch

2019-04-29 Thread David Rowley
On Mon, 29 Apr 2019 at 14:50, Noah Misch wrote: > > On Wed, Apr 10, 2019 at 02:27:26PM +0800, Peifeng Qiu wrote: > > I've updated the patch according to your comments. > > Looks good. Thanks. I plan to push this on Saturday. I didn't really look at the patch in detail, but on testing it on a wi

Re: Speed up build on Windows by generating symbol definition in batch

2019-04-28 Thread Noah Misch
On Wed, Apr 10, 2019 at 02:27:26PM +0800, Peifeng Qiu wrote: > I've updated the patch according to your comments. Looks good. Thanks. I plan to push this on Saturday.

Re: Speed up build on Windows by generating symbol definition in batch

2019-04-09 Thread Peifeng Qiu
Thanks for reviewing! I've updated the patch according to your comments. Best regards, Peifeng Qiu On Sun, Apr 7, 2019 at 2:31 PM Noah Misch wrote: > On Sat, Mar 30, 2019 at 03:42:39PM +0900, Peifeng Qiu wrote: > > When I watched the whole build process with a task manager, I discovered > > tha

Re: Speed up build on Windows by generating symbol definition in batch

2019-04-06 Thread Noah Misch
On Sat, Mar 30, 2019 at 03:42:39PM +0900, Peifeng Qiu wrote: > When I watched the whole build process with a task manager, I discovered > that a lot of time was spent on generating export symbol definitions, > without consuming much CPU or IO. > The script that doing this is src/tools/msvc/gendef.p