Browse thread
C binding and GC interaction: storing values outside the heap
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Paolo Donadeo <p.donadeo@g...> |
| Subject: | Re: [Caml-list] C binding and GC interaction: storing values outside the heap |
On Wed, Sep 8, 2010 at 00:53, Damien Doligez wrote: > Drawback: the weak hash table has to be global. In the beginning I had a global data structure (not a weak hash table, but a simple linked list on the C side) and I removed it because it requires an extra effort to recover thread safety for the binding. -- Paolo