You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.emu
+21-25Lines changed: 21 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,21 @@ markEffects: true
15
15
<p></p>
16
16
</emu-intro>
17
17
18
-
<emu-clause id="sec-agents">
19
-
<h1>Agents</h1>
20
-
21
-
<emu-table id="table-agent-record" caption="Agent Record Fields">
18
+
<emu-clause id="sec-code-realms">
19
+
<h1>Realms</h1>
20
+
<emu-table id="table-realm-record-fields" caption="Realm Record Fields" oldids="table-21">
22
21
<table>
23
22
<thead>
24
23
<tr>
25
-
<th>Field Name</th>
26
-
<th>Value</th>
27
-
<th>Meaning</th>
24
+
<th>
25
+
Field Name
26
+
</th>
27
+
<th>
28
+
Value
29
+
</th>
30
+
<th>
31
+
Meaning
32
+
</th>
28
33
</tr>
29
34
</thead>
30
35
<tr>
@@ -34,14 +39,6 @@ markEffects: true
34
39
</tr>
35
40
</table>
36
41
</emu-table>
37
-
38
-
<p>Once the values of [[Signifier]], [[IsLockFree1]], [[IsLockFree2]], and [[ErrorCaptureStackTraceStrategy]] have been observed by any agent in the agent cluster they cannot change.</p>
39
-
</emu-clause>
40
-
41
-
<emu-clause id="sec-agent-clusters">
42
-
<h1>Agent Clusters</h1>
43
-
44
-
<p>All agents within a cluster must have the same value for the [[ErrorCaptureStackTraceStrategy]] field in their respective Agent Records.</p>
0 commit comments