search for: c3bf86990088236ceeb9a0f0f4c35390

Displaying 3 results from an estimated 3 matches for "c3bf86990088236ceeb9a0f0f4c35390".

2015 Oct 07
1
Re: [PATCH 1/4] ocaml: Use generational global roots.
...fy them without > calling a special function. We don't modify them, so this change is > safe. > > This requires OCaml >= 3.11, but we have that on RHEL 6 > (since we dropped support for RHEL 5). > > See also: > http://caml.inria.fr/pub/ml-archives/caml-list/2008/03/c3bf86990088236ceeb9a0f0f4c35390.en.html > --- LGTM. Maybe we need to add an OCaml version check in configure? -- Pino Toscano
2015 Oct 06
0
[PATCH 1/4] ocaml: Use generational global roots.
...that the program is not allowed to modify them without calling a special function. We don't modify them, so this change is safe. This requires OCaml >= 3.11, but we have that on RHEL 6 (since we dropped support for RHEL 5). See also: http://caml.inria.fr/pub/ml-archives/caml-list/2008/03/c3bf86990088236ceeb9a0f0f4c35390.en.html --- README | 2 +- ocaml/guestfs-c.c | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README b/README index 8c74901..19a1fb2 100644 --- a/README +++ b/README @@ -84,7 +84,7 @@ The full requirements are described below. +--------------+----...
2015 Oct 06
6
[PATCH 0/4] ocaml: Allow Guestfs.t handle to be garbage collected.
Allow Guestfs.t handle to be garbage collected, and add a regression test.