ThesaHelp: references sa-sz
Topic: memory management by age
Topic: debugger
Topic: error messages
| |
Reference
Samples, A.D., Ungar, D., Hilfinger, P.,
"SOAR: Smalltalk without bytecodes",
SIGPLAN, 21, 11, pp. 107-118, November 1986.
Google
Quotations
112+ ;;Quote: generation scavenging: divide memory into old and new objects; new objects are garbage collected and memory resident; old objects are in virtual memory
| 112 ;;Quote: with generation scavenging in Smalltalk, have sub-second pause times, 3% overhead, use of virtual memory, and reclaimation of circular structures
| 114 ;;Quote: map a runtime error to a source instruction by recompiling the procedure; used in SOAR and TurboPascal
|
Related Topics
ThesaHelp: references sa-sz (237 items)
Topic: memory management by age (18 items)
Topic: debugger (37 items)
Topic: error messages (37 items)
|