Viktor Malík

Results 349 comments of Viktor Malík

> Hello, I started working full time in July last year and afterwards completely forgot about the diffkemp at the time. Right now, I just pushed the changes I had...

Another nice feature is `std::set::contains` which can be used instead of using `.find(...)` and comparing the result with `.end()`

Thanks for the nice analysis! > So lately there have been problems with CI: > > 1. **429 Error when restoring kernels** > Caused by too many requests to GitHub...

Yeah, it seems that there are many ways to do this. From the first glance, option 3 seems like the best but I think that we should have an in-person...

Thanks for catching this problem! I believe that we need to generate the dummy probe only for cases when none of the probe attach points exists. This should fix it:...

Needs rebase onto the current master. Also a CHANGELOG entry would be nice.

We should also consider if this is worth another patch release. Among other things, it breaks `opensnoop.bt` on aarch64.

Also needs a rebase since `cc_wrapper.py` was moved to a different directory by #387.