Fun fact : a dynamic compiler has ... dynamic bugs
I work on a compiler which depends on data sets for the final code
generation : the future release of the HybroGen compiler.
Fun fact : I’ve to debug my compiler with various datasets, which is
not the usual case when working on classical compilers …
Old but still relevant, I stille debug my register allocation on graph representation of my program. Do you recognize a vector matrix multiplication ?