Conrad Watt
Threads
What is the threads proposal?
The basics
The basics
What’s the current situation with threads?
Requirements for phase 3
Entry requirements:
Test suite has been updated to cover the feature in its forked repo.
The test suite should run against some implementation, though it need not be the reference interpreter.
Formal notation in the spec need not be updated.
Satisfying the phase 3 requirements
Example: MP
[X] := 1
[Y] := 1
r1 := [Y]
r2 := [X]
r1 = 1 and r2 = 0 ???
Example: SB
[X] := 1
r1 := [Y]
[Y] := 1
r2 := [X]
r1 = 0 and r2 = 0 ???
Poll for phase 3
Entry requirements:
Test suite has been updated to cover the feature in its forked repo.
The test suite should run against some implementation, though it need not be the reference interpreter.
Formal notation in the spec need not be updated.
Next steps: phase 4
Post-MVP
Post-MVP
Post-MVP