DangerMouseB
DangerMouseB
Do you happen to have some example code? - it's been 11 years since I did multithreading in python :) A quick question to save some time, do I need...
That was my experience too - which is a shame because the api was nice and simple and I got some nice plots done using it but it was very...
Understood, thank you.
Yes it definitely helps. It's still a bit slow on large repos. I've not thought about the algo too much so I don't know if it can be made even...
I use the code from your merged PR. Is the problem described anywhere? I may not be thinking straight but if we start off with two commits and find a...
When you said "that will take work" I was anticipating a wait of months, and maybe having a crack at it myself. So thank you very much - hope you...
It goes faster and seems to work thus far. Will let you know if I come across any issues.
Thank you for clarifying that. I've been using QBE so far - I like the simplicity of the IR (no types, it fixes up non SSA) and the fact that...
Thank you - I've been hacking a C compiler (as well as my main language project) and it maybe that attempting to emit MIR might be a good place to...
Thx so much for looking at that - I had large timing differences in clang (between O0 through to O3) and didn't check in the detail you have as I...