summaryrefslogtreecommitdiff
path: root/extras/gbz80disasm.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-06-21 00:58:35 -0400
committeryenatch <yenatch@gmail.com>2013-06-21 16:12:40 -0400
commite733c4234c0064102f9732f23ed869660c847d31 (patch)
treeba610f7b07ec152952f6c1e588e1e8d0771bbd3f /extras/gbz80disasm.py
parentf3340de6dc30fb1c889421bdb8a3d22c1b64fa24 (diff)
preprocess asm files individually
this fixes a lot of previous hacks first off, rgbds requires that labels from includes be marked as globals. instead, 3626ddeb stuffed includes into the parent file in the preprocessor. this meant one huge file got preprocessed every time, adding an additional ten seconds to compile time. running the preprocessor once for each file would create too much overhead, so a list is fed into prequeue.py, which then makes calls to preprocessor.py. this paves the way for compiling source files separately some day. next, compiling previously required `make clean` to be executed first. f3340de6 touched main.asm to force a fresh compile instead. this behavior has been reverted. now, `make all` will only attempt to recompile if a source file has changed. preprocessor.py has some marginal changes. prequeue.py is created to keep the original functionality of preprocessor.py intact. so many files are preprocessed on first compile (1951 as of this commit) that the prequeue call has been hidden. compile time is reduced to 15-30 seconds on first compile, and 5-10 seconds subsequently. the majority of this time is spent in rgbasm.
Diffstat (limited to 'extras/gbz80disasm.py')
0 files changed, 0 insertions, 0 deletions