mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-20 09:23:11 +02:00
Rephrase destructor delays
After a discussion, it seems singular works well.
This commit is contained in:
parent
de7d91752f
commit
150e78a3f9
@ -25,7 +25,7 @@ Here is a rough comparison of the memory management techniques.
|
|||||||
* Memory leaks.
|
* Memory leaks.
|
||||||
* Automatic like Java:
|
* Automatic like Java:
|
||||||
* Garbage collection pauses.
|
* Garbage collection pauses.
|
||||||
* Destructors delayed.
|
* Destructor delays.
|
||||||
* Scope-based like C++:
|
* Scope-based like C++:
|
||||||
* Complex, opt-in by programmer.
|
* Complex, opt-in by programmer.
|
||||||
* Potential for use-after-free.
|
* Potential for use-after-free.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user