Skip to content

Commit

Permalink
Add a 2-arg load_bytecode_p_s opcode to return a PackfileView. Added …
Browse files Browse the repository at this point in the history
…a new packfile API function Parrot_pf_load_bytecode_search to load a bytecode file from a shortname and the system search paths
  • Loading branch information
Whiteknight committed Jul 8, 2011
1 parent 84a34f2 commit 8866aaf
Show file tree
Hide file tree
Showing 6 changed files with 4,395 additions and 4,335 deletions.
2 changes: 2 additions & 0 deletions include/parrot/oplib/core_ops.h
Expand Up @@ -27,6 +27,8 @@ op_lib_t *Parrot_DynOp_core_3_5_0(PARROT_INTERP, long init);
opcode_t * Parrot_check_events__(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_load_bytecode_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_load_bytecode_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_load_bytecode_p_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_load_bytecode_p_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_load_language_s(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_load_language_sc(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_branch_i(opcode_t *, PARROT_INTERP);
Expand Down

0 comments on commit 8866aaf

Please sign in to comment.