ThesaHelp: ACM references a-e
ThesaHelp: references c-d
Topic: memory management by garbage collection
Topic: synchronized processing
Topic: critical regions
| |
Reference
Cheadle, A.M., Field, A.J., Marlow, S., Peyton Jones, S.L., While, R.L.,
"Non-stop Haskell",
Proceedings of the ACM SIGPLAN International Conference on Functional Programming (ICFP'00), September 2000, Montreal, Canada, ACM SIGPLAN, pp. 257-267,
ACM SIGPLAN Notices, 35, 9.
Google
Quotations
abstract ;;Quote: avoid bulk copying in garbage collection by hijacking the method table to create a per-object read barrier; low overhead but requires dynamic dispatch
| 258 ;;Quote: use read-barrier to avoid scavenging newly-allocated objects for Baker's garbage collection algorithm
| 258 ;;Quote: implement read-barriers for Baker's memory algorithm via address range checks, virtual memory, or hardware checks on pointers
|
Related Topics
ThesaHelp: ACM references a-e (259 items)
ThesaHelp: references c-d (337 items)
Topic: memory management by garbage collection (113 items)
Topic: synchronized processing (35 items)
Topic: critical regions (58 items)
|