CMakeLists.txt | 2 +- src/all_types.hpp | 7 + src/analyze.cpp | 16 + src/codegen.cpp | 29 +- src/codegen.hpp | 2 + src/dump_analysis.cpp | 769 ++++++++++++++++++++++++++++++++ src/dump_analysis.hpp | 17 + src/main.cpp | 7 +- src/os.hpp | 2 + src/stack_report.cpp | 121 ----- src/stack_report.hpp | 16 - 11 files changed, 843 insertions(+), 145 deletions(-)