Toby Lawrence
Toby Lawrence
The other thing is that doing so would introduce a 1ns forward jump about half of the time, which isn't terrible in terms of accuracy, but it might make monotonicity...
Just to close the mental loop around the bitwise-AND idea for my own sake: I think this would work. Since we're only ever _adding_ to the value, we won't be...
Actually, per rust-lang/rust#91728, looks like the stabilization PR for `asm!` was merged in, and should theoretically be released in 1.59.0. 🎉
#54 is an example of an alt platform that could use CI support (MIPS) but currently has no obvious approach to do so.
Hi there! I've actually looked at `minstant` before when checking out `minitrace`. Cool stuff, always fun to see how close to the metal you can make a thing. :) I'll...
It wouldn't take multiple months of work, just that given the time I'm able to allocate to my open-source projects and the effort to implement and test these things to...
No worries. My response was unintentionally harsh and I've edited it. Sorry about that. Hopefully, whenever it happens, you/me/we/whoever can work on this stuff and get it into `quanta`. It...
Yep, the comments look a lot better now and will be very useful to developers. 👍🏻
I guess it didn't necessarily occur to me to try it with an honest-to-god debug build, so let me give that a shot. Beyond that, maybe there's some inlining happening...
Alright, had a chance to try this out. I did a normal debug build, and then a release build where `debug = true` in the Cargo `release` profile: ```shell toby@foo:~/src/wachy$...