http://d.puremagic.com/issues/show_bug.cgi?id=4621


nfx...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nfx...@gmail.com


--- Comment #8 from nfx...@gmail.com 2010-08-12 06:20:27 PDT ---
*facepalm*

C# and Java have safe finalizers. There's nothing that stops you rewriting the
finalization part in gcx.d to make it safe. The only real issue is that
finalizers are not deterministic (unsolvable) and that finalizers are invoked
in an arbitrary context (solvable if you'd create a finalization worker thread
or so).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to