ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.pod
(Generate patch)

Comparing libecb/ecb.pod (file contents):
Revision 1.50 by root, Thu Jun 28 20:20:27 2012 UTC vs.
Revision 1.51 by root, Thu Jul 19 18:08:58 2012 UTC

729 729
730These symbols need to be defined before including F<ecb.h> the first time. 730These symbols need to be defined before including F<ecb.h> the first time.
731 731
732=over 4 732=over 4
733 733
734=item ECB_NO_THRADS 734=item ECB_NO_THREADS
735 735
736If F<ecb.h> is never used from multiple threads, then this symbol can 736If F<ecb.h> is never used from multiple threads, then this symbol can
737be defined, in which case memory fences (and similar constructs) are 737be defined, in which case memory fences (and similar constructs) are
738completely removed, leading to more efficient code and fewer dependencies. 738completely removed, leading to more efficient code and fewer dependencies.
739 739

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines