Poettering: Revisiting how we put together Linux systems
Poettering: Revisiting how we put together Linux systems
Posted Sep 5, 2014 8:56 UTC (Fri) by quotemstr (subscriber, #45331)In reply to: Poettering: Revisiting how we put together Linux systems by zlynx
Parent article: Poettering: Revisiting how we put together Linux systems
I don't agree that manual reference counting is particularly hard. Practically the entire world does it, and it works fine.
I've read my share of interpreters. Reference counting isn't particularly hard, although you want to use tracing GC if you don't want your users ripping their hair out over cycles.
I've seen far more problems with shared_ptr.
Posted Sep 5, 2014 18:13 UTC (Fri)
by zlynx (guest, #2285)
[Link]
Poettering: Revisiting how we put together Linux systems