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.7 by root, Wed Mar 6 16:39:45 2019 UTC vs.
Revision 1.8 by root, Mon Jun 24 19:41:34 2019 UTC

59 59
60print <<EOF; 60print <<EOF;
61 61
62*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 62*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
63 63
64Coro::Multicore cna 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. 67for development of your XS module.
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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines