ThesaHelp: references sa-sz
Group: memory management
Topic: virtual memory
Topic: quality assurance
Topic: incremental development
Topic: Cleanroom software development
Topic: safe use of pointers
| |
Reference
Simons, A.J.H.,
"Borrow, copy or steal? Loans and larceny in the orthodox canonical form",
OOPSLA '98, October 1998, Vancouver, B.C., pp. 65-83.
Google
Quotations
abstract ;;Quote: instead of copy-on-write, allow low-level objects to steal heap structures from temporary variables
| 66 ;;Quote: orthodox canonical form provides default constructor/destructor, copy constructor, and assignment; allows reliable copy and delete of heap memory
| 71 ;;Quote: instead of smart pointers or handles, use copy-on-update for heap structures; duplicate those parts that are changed
|
Related Topics
ThesaHelp: references sa-sz (237 items)
Group: memory management (11 topics, 346 quotes)
Topic: virtual memory (32 items)
Topic: quality assurance (20 items)
Topic: incremental development (74 items)
Topic: Cleanroom software development (38 items)
Topic: safe use of pointers (102 items)
|