We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f850f9 commit a8aae91Copy full SHA for a8aae91
src/kcas/kcas.ml
@@ -172,7 +172,10 @@ and _ tdt =
172
}
173
-> [> `Xt ] tdt
174
(** The result might not yet have been determined. The [root] either says
175
- which it is or points to the root of the transaction log or [tree]. *)
+ which it is or points to the root of the transaction log or [tree].
176
+
177
+ Note that if local/stack allocation mode becomes available in OCaml,
178
+ the transaction log should be mostly stack allocated. *)
179
| Leaf : [> `Leaf ] tdt (** Leaf node in the transaction log or [tree]. *)
180
| Node : {
181
loc : 'a loc;
0 commit comments