This patch reduces the size of PrologInfo from 580 bytes on
x86_linux to 320, greatly reducing the amount of time spent in
memset and memcpy to initialize and move it around inside the
parseInstructions infrastructure.
Unfortunately, due to cache misses and other issues, the overall
performance of the unwind is slightly slower.
So abandoned.
clang-format: please reformat the code