summaryrefslogtreecommitdiff
path: root/pod/perlcompile.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-17 04:58:39 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-17 04:58:39 +0000
commit200f06d0560bb35c44d4f11900efe1b9030aadea (patch)
treeda305b37acd289e6ab58d63e753a98b459541366 /pod/perlcompile.pod
parent27f9d8f3098a41d6bcd7d561e3deabbf17bc0dd6 (diff)
downloadperl-200f06d0560bb35c44d4f11900efe1b9030aadea.tar.gz
documentation fixes from p5p
p4raw-id: //depot/perl@5779
Diffstat (limited to 'pod/perlcompile.pod')
-rw-r--r--pod/perlcompile.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/perlcompile.pod b/pod/perlcompile.pod
index 8f31fc6032..697cb80d40 100644
--- a/pod/perlcompile.pod
+++ b/pod/perlcompile.pod
@@ -306,8 +306,9 @@ I<assemble> program that produces bytecode.
=item B::Bblock
-This module is used by the B::CC back end. It walks "basic blocks",
-whatever they may be.
+This module is used by the B::CC back end. It walks "basic blocks".
+A basic block is a series of operations which is known to execute from
+start to finish, with no possiblity of branching or halting.
=item B::Bytecode