Differences between version 2 and previous revision of perlcompile(1).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:50:42 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:50:42 pm | by perry | Revert |
@@ -69,9 +69,9 @@
B::Bytecode
Stores the parse tree in a machine-independent format,
-suitable for later reloading through the ByteLoader module.
+suitable for later reloading through the !
ByteLoader module.
Status: 5 (some things work, some things don't, some things
are untested).
@@ -262,9 +262,9 @@
__The Bytecode Back End__
This back end is only useful if you also have a way to load
-and execute the bytecode that it produces. The ByteLoader
+and execute the bytecode that it produces. The !
ByteLoader
module provides this functionality.
To turn a Perl program into executable byte code, you can
@@ -497,9 +497,9 @@
alphanumeric names.
The optimized C backend outputs code for more modules than
-it should (e.g., DirHandle). It also has little hope of
+it should (e.g., !
DirHandle). It also has little hope of
properly handling goto LABEL outside the running
subroutine (goto is okay). goto
LABEL currently does not work at all in this backend.
It also creates a huge initialization function that gives C