man pbc_merge (Commandes) - Merge multiple Parrot bytecode (PBC) files into a single PBC file.
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
The name of the PBC file to produce, containing the merged segments from the input PBC files.