pbc_merge

Langue: en

Version: 2007-05-15 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

pbc_merge - Merge multiple Parrot bytecode (PBC) files into
                  a single PBC file.

SYNOPSIS

  pbc_merge -o out.pbc input1.pbc input2.pbc ...
 
 

DESCRIPTION

This program takes two or more PBC files and produces a single merged output PBC file with a single fix-up table and constants table.

Command-Line Options

"-o out.pbc"
The name of the PBC file to produce, containing the merged segments from the input PBC files.