… | |
… | |
301 | |
301 | |
302 | This will leave no traces of the API in the compiled code, suitable |
302 | This 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 | |
305 | This could be added to perl's C<CPPFLAGS> when configuring perl on |
305 | This could be added to perl's C<CPPFLAGS> when configuring perl on |
306 | platforms that do not support threading at all for example. |
306 | platforms that do not support threading at all for example, and would |
|
|
307 | reduce the overhead to nothing. It is by no means required, though, as the |
|
|
308 | header 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 | |
311 | This appendix contains some case studies on how to patch existing |
313 | This appendix contains some case studies on how to patch existing |