bore - do miscellaneous code transformations
bore [ options ] infile outfile { infile outfile }*
The bore program does miscellaneous code transformations. The distinguishing feature of bore compared to other transformation programs such as porky is that bore does not build expression trees. Instead it maintains the lowlevel instruction ordering.
-spill-instr-ops
This causes all instruction operands (the structure
of expression trees) to be spilled to variables.
This program was written by Chris Wilson.