David Lindauer
David Lindauer
I'm through the BITINT stuff and worked on a bunch of the more piddly stuff. I have two or three issues left to do then we will be mostly done...
I did some performance enhancements on the compiler; there were two flavors of enhancements. In the first, I supressed compiling a bunch of functions that don't really need to be...
It is hard to be quantitative because on the one hand compiling the compiler itself takes longer now because the rewrites took us far away from simple lists and we...
so the symtab branch has the final version of this; along the way I rewrote the inlining support for much better code gen (the compiled code runs faster) and reworked...
yeah i was thinking about this the other day, I will plan on actually doing something with it. Something else that needs to be done is run clang-format on the...
we added gccocc and arocc at some point...
i retested and the original issue is fixed, closing.
ok so i want to do this but it is going to take some time to research what to do, so I'm going to continue on with lower-hanging fruit for...
yeah this should be easy enough... I should do this and #709 at the same time I guess...
so occ -werror should have been documented differently based on how the code works. Also there were a number of bugs in the code so it didn't actually work as...