https://bugs.kde.org/show_bug.cgi?id=381553
Julian Seward <jsew...@acm.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsew...@acm.org --- Comment #7 from Julian Seward <jsew...@acm.org> --- Excellent to see this coming to life! When it can run hello-world I will give it a try. If you have cases where incorrect register allocation is causing subtle bugs (eg, program runs but produces different results than with the r2 allocator) then one old trick is to have a command line argument that allows to switch from r2 to r3 after some number of blocks processed (or the other direction), and find a deterministic case that fails. Then binary search for the failing block. (Sorry if this is obvious.) -- You are receiving this mail because: You are watching all bug changes.