|
|
|
|
|
by hoosieree
3127 days ago
|
|
Your point is solid for most architectures. On embedded systems however, you nearly always need some sort of lifetime/ownership model. If using an RTOS, you have to play by its API rules. If bare-metal C/C++, you have to code it from scratch. But it's always there. Compiler support for this pattern is a huge plus in my book. |
|