GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PBC_TO_EXE(1) User Contributed Perl Documentation PBC_TO_EXE(1)

pbc_to_exe - Generate executables from Parrot bytecode

    pbc_to_exe my.pbc

Will generate:

    my.exe

And

    pbc_to_exe my.pbc --install

Will generate:

    installable_my.exe

This utility compiles bytecode to native executables. These are called "fakecutables", because they are actually just the bytecode packaged up as raw data inside a C skeleton.

pbc_to_exe [option] <file>

For help use :

    -h
    --help

To install use :

    -i
    --install

To runcore or to change runcore use :

    -R
    --runcore=slow|fast

For output file use :

    -o
    --output=FILE

To change garbage collector algorithm use :

    --gc=ms2|gms

"gms" is default. "ms2" is older and slower

For more help or any other question you go to <http://parrot.org> or <http://github.com/parrot/parrot>.Or you can send email to 'parrot-dev@parrot.org'. You are also invited to join the #parrot IRC channel on irc.parrot.org.
2014-10-21 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.