|
|
Subscribe / Log in / New account

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

> It's done manually, it's prone to mistakes and is buggy as hell.

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.


to post comments

Poettering: Revisiting how we put together Linux systems

Posted Sep 5, 2014 18:13 UTC (Fri) by zlynx (guest, #2285) [Link]

Ah then, tell me if adding a value to a Python list increments the ref count or not. What about if you add it to a list?


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds