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

Comparing perlmulticore/perlmulticore.pod (file contents):
Revision 1.7 by root, Sun Mar 3 10:56:48 2019 UTC vs.
Revision 1.8 by root, Sun Mar 3 10:58:37 2019 UTC

301 301
302This will leave no traces of the API in the compiled code, suitable 302This will leave no traces of the API in the compiled code, suitable
303"empty" C<perl_release> and C<perl_acquire> definitions will be provided. 303"empty" C<perl_release> and C<perl_acquire> definitions will be provided.
304 304
305This could be added to perl's C<CPPFLAGS> when configuring perl on 305This could be added to perl's C<CPPFLAGS> when configuring perl on
306platforms that do not support threading at all for example. 306platforms that do not support threading at all for example, and would
307reduce the overhead to nothing. It is by no means required, though, as the
308header will compile and work just fine without any thread support.
307 309
308 310
309=head1 APPENDIX: CASE STUDIESX<Case Studies> 311=head1 APPENDIX: CASE STUDIESX<Case Studies>
310 312
311This appendix contains some case studies on how to patch existing 313This appendix contains some case studies on how to patch existing

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines