Martin Liška
Martin Liška
> Hey Marnix, I'm so glad you made this fork, I've been doing these reductions by hand the last few years. Python is a bit easier to hack than perl...
> Thanks for the update, I'll download new source code (can't checkout from git). Unifdef doesn't have instructions for visual studio not has CMake, that's annoying. I see. If it's...
@JVApen Have you made a progress, please?
> Besides installing cvise to site-packages, we need to get the modules byte-compiled. Now, that's a non-trivial task and CMake is horrible at it, so it'd be best to actually...
> But do these break backwards compatibility? I was thinking of taking your version and using it in creduce. No, there's no breakage of the compatibility. Feel free to use...
> ``` > >>> psutil.Process().cpu_affinity() > Segmentation fault (core dumped) > ``` Can you please open the core file in `gdb` and investigate the line of code where it crashes?...
I really like the pull request. Can please community merge it?
> Thank you, this looks great! There's nothing wrong with the previous intermediate format, but moving to JSON will make future improvements easier (both for GCC and downstream users like...
I addressed the requests in version 2 of the patch: https://gcc.gnu.org/ml/gcc-patches/2018-10/msg00553.html
Note that the format change has landed into GCC's trunk and will be part of next release (9.1).