OSDN Git Service

Subzero: Add "szbuild.py --no-sz" arg for suppressing the pnacl-sz run.
authorJim Stichnoth <stichnot@chromium.org>
Tue, 10 Nov 2015 16:41:12 +0000 (08:41 -0800)
committerJim Stichnoth <stichnot@chromium.org>
Tue, 10 Nov 2015 16:41:12 +0000 (08:41 -0800)
commit42356fb7a19e5fe9c42a90851dc76f0a7f795d31
treed06768610169a1a968a5aff9890ae72c1bc7e90a
parentaf5d44c6560e3fcd9ccb9c1f094369b05fcb28ef
Subzero: Add "szbuild.py --no-sz" arg for suppressing the pnacl-sz run.

This enables the following workflow:

1. Run "szbuild.py --filetype=asm ..." to generate a .s file.
2. Edit the .s file to mock up a Subzero change.
3. Run "szbuild.py --filetype=asm --no-sz ..." to restart the build post pnacl-sz.

This workflow is good for trying out localized changes to hot basic blocks, though it isn't really appropriate for global optimizations like register allocation.

BUG= none
R=kschimpf@google.com

Review URL: https://codereview.chromium.org/1417003005 .
pydir/szbuild.py