Map
Index
Random
Help
th

QuoteRef: diceD2_2003

topics > all references > ThesaHelp: references c-d



ThesaHelp:
references c-d
Topic:
lock-free concurrency
Topic:
critical regions
Group:
memory management
Topic:
managing shared memory
Topic:
machine code and assembly language

Reference

Dice, D., Garthwaite, A., "Mostly lock-free malloc", International Symposium on Memory Management, Supplement to SIGPLAN, 38, 2, pp. 269-280. Google

Quotations
abstract ;;Quote: use MP-RCS for restartable critical sessions and processor-specific threads without locking; uses upcalls to restart interrupted critical sections
abstract+;;Quote: implemented lock-free malloc (LFMalloc) with MP-RCS; one heap per CPU, low latency, scalable, memory and cache efficient
270 ;;Quote: MP-RCS restarts critical sections at beginning of a time quantum; stale sections use upcalls to initiate a restart
270+;;Quote: MP-RCS critical sections written in assembler without destroying input arguments


Related Topics up

ThesaHelp: references c-d (337 items)
Topic: lock-free concurrency (8 items)
Topic: critical regions (58 items)
Group: memory management   (11 topics, 346 quotes)
Topic: managing shared memory (74 items)
Topic: machine code and assembly language (49 items)

Collected barberCB 5/03
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.