Confirmed users, Bureaucrats and Sysops emeriti
1,217
edits
(→Layout) |
(general goal is `pymake better`... reflect that) |
||
| Line 55: | Line 55: | ||
=== Build System === | === Build System === | ||
* Be able to build on all tier-1 platforms with a stock mozilla-central and the pymake checked into m-c | * Complete at least two pymake improvements: | ||
* Improve performance of pymake on Linux/OS X. Not aiming for 100% of gmake's speed, but at least a factor faster than the current 5x slower. | ** Be able to build on all tier-1 platforms with a stock mozilla-central and the pymake checked into m-c | ||
* Implement Python native commands in pymake, and use them in the build system for at least `rm` and `nsinstall` | ** Improve performance of pymake on Linux/OS X. Not aiming for 100% of gmake's speed, but at least a factor faster than the current 5x slower. Possibly use mx.TextTools for parsing. | ||
** Implement Python native commands in pymake, and use them in the build system for at least `rm` and `nsinstall` | |||
=== Static Analysis === | === Static Analysis === | ||