ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Multicore/Makefile.PL
(Generate patch)

Comparing Coro-Multicore/Makefile.PL (file contents):
Revision 1.8 by root, Mon Jun 24 19:41:34 2019 UTC vs.
Revision 1.9 by root, Tue Dec 17 20:04:34 2019 UTC

60print <<EOF; 60print <<EOF;
61 61
62*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 62*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
63 63
64Coro::Multicore can do some simple checks to make sure perlinterp_release 64Coro::Multicore can do some simple checks to make sure perlinterp_release
65is called only with a valid perl context, and perlinterp_acquire without, 65is called only with a valid perl context, and perlinterp_acquire without
66ensuring that they are always called in proper pairs. This is very useful 66ensuring that they are always called in proper pairs. This is very useful
67for development of your XS module. 67while developing XS modules using perlmulticore.h.
68 68
69This costs a bit of performance though, so it is disabled by default. 69This costs a bit of performance though, so it is disabled by default.
70 70
71The environment variable CORO_MULTICORE_CHECK can be used to set a 71The environment variable CORO_MULTICORE_CHECK can be used to set a
72default for this answer. 72default for this answer.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines