File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ There are two main considerations when transforming the `IRCode`. The first is t
231
231
that the "state" of a `TapedTask` can be copied, so that a `TapedTask` can be copied, and
232
232
resumed later. The complete state of a `TapedTask` is given by its arguments, and the value
233
233
associated to each ssa (these are initially undefined).
234
- To make it possible to copy the state of the ssa values, we place a `Base.RefValue{T}`s into
234
+ To make it possible to copy the state of the ssa values, we place `Base.RefValue{T}`s into
235
235
the captures of the `MistyClosure` which implements the `TapedTask`, one for each ssa in the
236
236
IR (`T` is the type inferred for that ssa). A call is replaced by reading in values of ssas
237
237
from these refs, applying the original operation, and writing the result to the ref
You can’t perform that action at this time.
0 commit comments