[parrot/parrot] 2ebdb7: PDD17: Mention init_int VTABLE

noreply at github.com noreply at github.com
Mon Oct 17 22:09:19 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot

  Commit: 2ebdb70e46e5bf8bacb0ed6457c794a1dd46160a
      https://github.com/parrot/parrot/commit/2ebdb70e46e5bf8bacb0ed6457c794a1dd46160a
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-10-17 (Mon, 17 Oct 2011)

  Changed paths:
    M docs/pdds/pdd17_pmc.pod

  Log Message:
  -----------
  PDD17: Mention init_int VTABLE

Message mostly copied from init_pmc explanation.  I figured a
repetitive description is better than none.


  Commit: aca005447ba08dbccbf0aaee09418cfe6664d65c
      https://github.com/parrot/parrot/commit/aca005447ba08dbccbf0aaee09418cfe6664d65c
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-10-17 (Mon, 17 Oct 2011)

  Changed paths:
    M src/pmc/oplib.pmc

  Log Message:
  -----------
  Document oplib PMC


  Commit: 83b0af4cd8c1fbebf72724d9af15d4e53bfe3100
      https://github.com/parrot/parrot/commit/83b0af4cd8c1fbebf72724d9af15d4e53bfe3100
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-10-17 (Mon, 17 Oct 2011)

  Changed paths:
    M src/pmc/oplib.pmc

  Log Message:
  -----------
  OpLib PMC: Used fixed array for version()

I suppose it's a minor nit, but we know the length of the array
exactly and it's never going to change, so use a FIA instead of an
RIA.  Plus, using set_integer_keyed_int should be faster than
push_integer.


  Commit: 667c56500253d0a1548dc983123e56860e93c15a
      https://github.com/parrot/parrot/commit/667c56500253d0a1548dc983123e56860e93c15a
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-10-17 (Mon, 17 Oct 2011)

  Changed paths:
    M src/pmc/opcode.pmc

  Log Message:
  -----------
  Document the Opcode PMC

Includes information on what various integer values mean (determined
by examining the type definitions.


Compare: https://github.com/parrot/parrot/compare/951dcf7...667c565


More information about the parrot-commits mailing list