[cap-talk] Video of Marc Stiegler's talk at Google : "The Lazy Programmer's Guide to Secure Computing"
Kenton Varda
kenton at google.com
Tue Mar 30 14:34:45 PDT 2010
On Tue, Mar 30, 2010 at 10:25 AM, Raoul Duke <raould at gmail.com> wrote:
> On Tue, Mar 30, 2010 at 10:22 AM, Raoul Duke <raould at gmail.com> wrote:
> >
> http://www.ps.uni-saarland.de/alice/wiki/index.cgi/AliceWishList#head-88e0f498e339faa02ae0f53f1c2167afe9e8be4d
>
> p.s. i always wondered if one could just have a non-deterministic gc
> check at the exit of every scope for zero-ref things implementing the
> IDisposing/finalized interface, to get safe RAIInit-esque behaviour.
>
In most GC algorithms, checking for lack of references of a single object is
non-trivial -- it would essentially require running a complete GC sweep to
be reliable.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.eros-os.org/pipermail/cap-talk/attachments/20100330/74a86d84/attachment.html
More information about the cap-talk
mailing list