[parrot/parrot] f7e135: Parrot_pf_read_pbc_file now returns a PackFile* in...

noreply at github.com noreply at github.com
Wed Jun 29 01:05:21 UTC 2011


  Branch: refs/heads/whiteknight/packfilewrapper
  Home:   https://github.com/parrot/parrot

  Commit: f7e135f37b455806ad10e0c7ecc49047fc07c8b0
      https://github.com/parrot/parrot/commit/f7e135f37b455806ad10e0c7ecc49047fc07c8b0
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-06-28 (Tue, 28 Jun 2011)

  Changed paths:
    M frontend/pbc_merge/main.c
  M include/parrot/packfile.h
  M src/embed/bytecode.c
  M src/packfile/api.c
  R src/pmc/packfilemanager.pmc
  M src/pmc/packfileview.pmc
  M src/pmc/parrotinterpreter.pmc

  Log Message:
  -----------
  Parrot_pf_read_pbc_file now returns a PackFile* instead of a PMC. We have a routine to wrap it in a PMC if needed. Delete the PackfileManager PMC type. It was worthless. Move most of the functionality to PackfileView. Move the ability to get the current packfileview pmc from the interpreter


  Commit: 93921fda11c660123abe9e2bf8cb6be4a2016b0a
      https://github.com/parrot/parrot/commit/93921fda11c660123abe9e2bf8cb6be4a2016b0a
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-06-28 (Tue, 28 Jun 2011)

  Changed paths:
    M src/pmc/packfileview.pmc

  Log Message:
  -----------
  Add a constant_counts method to PackfileView to return the counts of the different types of constants in the packfile. cotto++ for the idea


Compare: https://github.com/parrot/parrot/compare/e10d9e0...93921fd


More information about the parrot-commits mailing list