ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/MakeMaker.pm
(Generate patch)

Comparing Coro/Coro/MakeMaker.pm (file contents):
Revision 1.18 by root, Thu Nov 20 09:37:21 2008 UTC vs.
Revision 1.19 by root, Sat Nov 22 07:30:46 2008 UTC

371; 371;
38__END__ 38__END__
39 39
40=head1 NAME 40=head1 NAME
41 41
42Coro::MakeMaker - MakeMaker glue for the C-level Coro API 42Coro::MakeMaker - MakeMaker glue for the XS-level Coro API
43 43
44=head1 SYNOPSIS 44=head1 SYNOPSIS
45 45
46This allows you to control coroutines from C level. 46This allows you to control coroutines from C/XS.
47 47
48=head1 DESCRIPTION 48=head1 DESCRIPTION
49 49
50For optimal performance, hook into Coro at the C-level. You'll need 50For optimal performance, hook into Coro at the C-level. You'll need to
51to make changes to your C<Makefile.PL> and add code to your C<xs> / 51make changes to your C<Makefile.PL> and add code to your C<xs> / C<c>
52C<c> file(s). 52file(s).
53 53
54=head1 WARNING 54=head1 WARNING
55 55
56When you hook in at the C-level you get a I<huge> performance gain, 56When you hook in at the C-level you can get a I<huge> performance gain,
57but you also reduce the chances that your code will work unmodified 57but you also reduce the chances that your code will work unmodified with
58with newer versions of C<perl> or C<Coro>. This may or may not be a 58newer versions of C<perl> or C<Coro>. This may or may not be a problem.
59problem. Just be aware, and set your expectations accordingly. 59Just be aware, and set your expectations accordingly.
60 60
61=head1 HOW TO 61=head1 HOW TO
62 62
63=head2 Makefile.PL 63=head2 Makefile.PL
64 64

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines