-
There isn't a good reason to think it will have a lot of overhead, the main concern is potentially memory use if some workers are very fast, and hence we need to read a lot of jobs. In this case, we s…
-
This is a topic that will be very important when we start implementing actual gameplay.
Once the fundamentals have been implemented OpenSAGE will face a bit of a dilemma: how do you play and test i…
-
`set_epoch` is a used by a lot of codebases in an effort to be deterministic
-
The semantics of bulk memory operations on shared linear memory seems to be currently underspecified. If the memory model is mostly the same as JS's, I assume these should be unordered atomic.
AFAI…
-
Another issue. We need consensus on what we define determinism as. This definition will be documented in the ER.
From the Computer Science wiki:
Determinism -
Simply put, the same operation …
-
```
This is not a bug, but a feature request.
I need to migrate ProcessInstance modes depending on some conditions.
Let us suppose two instances ("a" and "b") of the same version ("v1") of
the same p…
-
**Describe the bug**
i successfully run
~~~bash
firesim launchrunfarm
firesim infrasetup
firesim boot
~~~
i enter into the F1 instance an then link to the node by
~~~bash
screen -r fsim0
~~~…
-
I agree that the SIMD use cases that this proposal addresses are compelling and should be addressed. However, I haven't seen any really compelling use cases outside of SIMD. All the other features I…
-
We have many options for weakref primitives. However, I would like to only write code for _one_ such primitive, so let's figure out which one is best.
## Safety and Availability
This functionality ca…
-
https://github.com/upenn-acg/detTrace/blob/fd1ef092c47cb33b71e783bc4cf7703ccb98b6e0/src/execution.cpp#L1285
It seems there's an arbitrary upper bound for `waitpid(...WNOHANG)`, think we can we bett…