|
NAMEpbc_to_exe - Generate executables from Parrot bytecodeSYNOPSISpbc_to_exe my.pbc Will generate: my.exe And pbc_to_exe my.pbc --install Will generate: installable_my.exe DESCRIPTIONThis 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.USAGEpbc_to_exe [option] <file>Command line OptionsFor 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 HELPFor 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.
Visit the GSP FreeBSD Man Page Interface. |