aboutsummaryrefslogtreecommitdiff
path: root/optimize.h
Commit message (Collapse)AuthorAgeFilesLines
* Have separate flags for "optimizer debug" and "print DOT graph".Guy Harris2018-05-031-2/+0
| | | | | | | | | | | Instead of having -dddd mean "-ddd and print the CFG as a DOT graph", have a separate -g flag to request the CFG. Also, put the routines to set the "optimizer debug" and "print DOT graph" flags into optimize.c, and make the flags in question static. (And "CFG graph" is redundant, like "ATM machine", "PIN number", and "NT technology"....)
* Do bounds checking on references to the bids array.Guy Harris2018-04-251-0/+30
Addresses GitHub issue #484.