|
|
|
|
|
by pjmlp
4244 days ago
|
|
Really?! Mozilla even has a memory leaks tooling tracking page: https://developer.mozilla.org/en-US/docs/Mozilla/Performance And are making Servo in Rust, which uses compiler dataflows form memory management. Apple has added ARC to Objective-C and Swift. Microsoft uses GC in .NET, ARC in C++/CX. Modern C++ favors RC. They all seem to think manual memory management is to be avoided. |
|