Sargun Dhillon
Sargun Dhillon
> If you don't have threads, in which to interrupt the VM, why not look into a yield mechanic, or something similar? > Granted, that doesn't have the exact same...
Is the fear of around the callback mechanism about performance? One of the answers here might be to have an interpreter loop with preemption enabled, and one without. You can...
How about we allow people to define a macro instead of a full-on function. This way, if they want to use the flag, they can have a struct like: ```...
What if we do something like have a config option for `PREEMPT_MODE`, and have a function `bool mark_preempt(gravity_vm *vm)` (where the bool returns true / false depending on if the...
Ah sounds good, I was just going through and cleaning out my github activity.
Thanks, but now I'm running into the recursion problem. I just saw in the docs: > Recursive types are not supported. Is there any ways to work around this, or...
Why include the size of the reference?
@cyphar devices was merged into master, based on BPF filters. So, that's done. I've talked to Tejun, and it sounds like Freezer is underway, although it will not be the...
@wking That should come in https://github.com/opencontainers/runc/pull/1184
There seemed to be a circular nature between `go-digest` and `image-spec`. Mostly I'm starting the issue so I can get blake3 added to go-digest, but the process by which you...