Re: PBC Object Files

2003-03-17 Thread Leopold Toetsch
Michael Collins wrote: Is there currently a specification for a pbc "object file" for linking and dynamic loading? No, not yet. Packfile loading and some parrot guts still need more cleanup for getting multiple bytecode sections running. By "object file" I guess mean a file that contains comp

PBC Object Files

2003-03-17 Thread Michael Collins
Is there currently a specification for a pbc "object file" for linking and dynamic loading? By "object file" I guess mean a file that contains compiled instructions plus a section with a table that maps subroutine/constant labels to their corresponding byte offsets within the file. If no, it mig