Since the function is way too big already, I tried at least to factor out the
timeout computation stuff into a separate function. I've tried to make the new
code semantically equivalent, and it also makes sense when I look at it as a done
deal, but I could use another pair of eyes for this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
That looks correct to me as well. Thanks for taking the time to clean this up.
source/Target/Process.cpp | ||
---|---|---|
4926–4928 ↗ | (On Diff #79737) | without -> with The error was in the original. |