When running static analysis with HTML output, the report files and memory usage during report generation can be enormous.  For example, I have some files of around 15000 lines that cannot have their scan reports output on a 32 bit machine due to running out of address space, which seems a little ridiculous.<div>
<br></div><div>Wouldn't it be better if we only outputted HTML for the function(s) that were touched by the reported paths, rather than the whole file?  Or, is there some other way to reduce the memory consumption of the rewriter?</div>
<div><br></div><div>Unfortunately, I'm making no headway on how to do that as I don't really understand the intent of the rewriting code...</div><div><br></div><div>Andrew</div>