[Nasm-bugs] [Bug 3392567] [Feature request] Listing preprocessor define results in list file

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Sat Aug 10 17:43:52 PDT 2019


https://bugzilla.nasm.us/show_bug.cgi?id=3392567

--- Comment #10 from H. Peter Anvin <hpa at zytor.com> ---
That would require some surgery on the interface between the listing module and
the preprocessor. It really should be done anyway -- right now the nolist state
is maintained in the listing module, which means that the preprocessor ends up
wasting time composing lines that are then thrown away -- on every pass, not
just the last one.

It is just something I don't know exactly when and if I can find the time for.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Nasm-bugs mailing list