~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to libatomic_ops-1.2/README

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This package provides semi-portable access to hardware provided
 
2
atomic memory operations.  These might allow you to write code:
 
3
 
 
4
- That does more interesting things in signal handlers.
 
5
- Makes more effective use of multiprocessors by allowing you to write
 
6
  clever lock-free code.  Note that such code is very difficult to get
 
7
  right, and will unavoidably be less portable than lock-based code.  It
 
8
  ia also not always faster than lock-based code.  But it may occasionally
 
9
  be a large performance win.
 
10
- To experiment with new and much better thread programming paradigms, etc.
 
11
 
 
12
For details and licensing restrictions see the files in the doc
 
13
subdirectory.