[issue25348] Update pgo_build.bat to use --pgo flag for regrtest

2016-01-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 113c524aed93 by Zachary Ware in branch '2.7': Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat https://hg.python.org/cpython/rev/113c524aed93 New changeset 01ab138f4133 by Zachary Ware in branch '3.5': Issue #25348: Add --pgo and

[issue25348] Update pgo_build.bat to use --pgo flag for regrtest

2016-01-11 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the review, Steve. -- assignee: brett.cannon -> zach.ware ___ Python tracker ___

[issue25348] Update pgo_build.bat to use --pgo flag for regrtest

2016-01-11 Thread Steve Dower
Steve Dower added the comment: LGTM -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25348] Update pgo_build.bat to use --pgo flag for regrtest

2016-01-02 Thread Zachary Ware
Zachary Ware added the comment: Here's a patch that folds PGO into PCbuild\build.bat (removing PCbuild\build_pgo.bat) and defaults to using "python -m test --pgo" for training. This should apply to all branches, but will need some slight adjustment for 2.7 (namely, s/-m test/-m

[issue25348] Update pgo_build.bat to use --pgo flag for regrtest

2015-10-08 Thread Brett Cannon
New submission from Brett Cannon: Should upgrade the command to do what is already occurring in the Makefile for consistency. -- assignee: brett.cannon components: Windows messages: 252572 nosy: brett.cannon, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: