f8a1725d8b
This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which perl would have taken to load and parse your program into its internal semi-compiled form. That means that compiling with this backend will not help improve the runtime execution speed of your program but may improve the start-up time. Depending on the environment in which your program runs this may be either a help or a hindrance. WWW: http://search.cpan.org/dist/B-C/ PR: 196719 Submitted by: svysh.fbsd@gmail.com Approved by: bapt marino (implicit)
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
bin/assemble
|
|
bin/cc_harness
|
|
bin/disassemble
|
|
bin/perlcc
|
|
lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/CORE/cc_runtime.h
|
|
%%SITE_ARCH%%/B/Asmdata.pm
|
|
%%SITE_ARCH%%/B/Assembler.pm
|
|
%%SITE_ARCH%%/B/Bblock.pm
|
|
%%SITE_ARCH%%/B/Bytecode.pm
|
|
%%SITE_ARCH%%/B/Bytecode56.pm
|
|
%%SITE_ARCH%%/B/C.pm
|
|
%%SITE_ARCH%%/B/C/Flags.pm
|
|
%%SITE_ARCH%%/B/CC.pm
|
|
%%SITE_ARCH%%/B/Disassembler.pm
|
|
%%SITE_ARCH%%/B/Stackobj.pm
|
|
%%SITE_ARCH%%/B/Stash.pm
|
|
%%SITE_ARCH%%/B/perlcompile.pod
|
|
%%SITE_ARCH%%/B/perloptree.pod
|
|
%%SITE_ARCH%%/BcVersions.pod
|
|
%%SITE_ARCH%%/ByteLoader.pm
|
|
%%SITE_ARCH%%/auto/B/C/C.so
|
|
%%SITE_ARCH%%/auto/B/Stash/Stash.so
|
|
%%SITE_ARCH%%/auto/ByteLoader/ByteLoader.so
|
|
%%PERL5_MAN3%%/B::Asmdata.3.gz
|
|
%%PERL5_MAN3%%/B::Assembler.3.gz
|
|
%%PERL5_MAN3%%/B::Bblock.3.gz
|
|
%%PERL5_MAN3%%/B::Bytecode.3.gz
|
|
%%PERL5_MAN3%%/B::Bytecode56.3.gz
|
|
%%PERL5_MAN3%%/B::C.3.gz
|
|
%%PERL5_MAN3%%/B::CC.3.gz
|
|
%%PERL5_MAN3%%/B::Disassembler.3.gz
|
|
%%PERL5_MAN3%%/B::Stackobj.3.gz
|
|
%%PERL5_MAN3%%/B::Stash.3.gz
|
|
%%PERL5_MAN3%%/B::perlcompile.3.gz
|
|
%%PERL5_MAN3%%/B::perloptree.3.gz
|
|
%%PERL5_MAN3%%/BcVersions.3.gz
|
|
%%PERL5_MAN3%%/ByteLoader.3.gz
|
|
man/man1/assemble.1.gz
|
|
man/man1/disassemble.1.gz
|
|
man/man1/perlcc.1.gz
|