Tim Hutt

Results 711 comments of Tim Hutt

@tancnle any chance you could review this?

It's something like this in C++ (adapted from our code, so this exact code isn't tested). ``` std::vector readLbits(lbits val) { std::vector data(val.len); // We should really double check the...

> mpz_sizeinbase(val.bits, 2) + 7) / 8 Actually reading this back, I wonder if `mpz_sizeinbase(val.bits, 256)` would work (and not be really slow).

> I would like to point out that the callback functions are annotated as `pure`. But in reality we have no way to guarantee that users will not actually change...

Yeah to be clear I don't think these callbacks should be user defined. We should have hard-coded callbacks that support RVFI, logging, etc.

Hi, sorry for not getting around to this. Just wanted to say it's still on my todo list and I will get to it!

@kseniadobrovolskaya would it be ok if I did a bit of work on this and pushed to this branch?

> Any updates on this? > do you imply that you going to fix the pending comments from you, or should I continue to work on them? Yes, at least...

I squashed, rebased and commented out `mstatus` tracking since it doesn't compile currently. Also there are linker errors because the C file is no longer compiled in (we don't want...

Yeah I don't have any time right now so go ahead! I'll post a message if I'm going to start working on it.