[parrot/parrot] 04d2ff: [GH #870] Export INTVAL dynpmc_class_<ClassName> t...

GitHub noreply at github.com
Mon Dec 3 20:17:34 UTC 2012


  Branch: refs/heads/rurban/gh870-pmc_class
  Home:   https://github.com/parrot/parrot
  Commit: 04d2ffcb5d618efb94d69ad52c079d81b593d53f
      https://github.com/parrot/parrot/commit/04d2ffcb5d618efb94d69ad52c079d81b593d53f
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2012-12-03 (Mon, 03 Dec 2012)

  Changed paths:
    M lib/Parrot/Pmc2c/Library.pm
    M lib/Parrot/Pmc2c/PMC.pm
    M lib/Parrot/Pmc2c/UtilFunctions.pm

  Log Message:
  -----------
  [GH #870] Export INTVAL dynpmc_class_<ClassName> types for each dynpmc

Each pmc2c library header or single dynpmc header contains now the declaration
of a global type, initialized dynamically.

library loaders only load Parrot_lib_$name_load:
darwin detected a problem with multiple exports of dynpmc_class_Foo symbols.
We cannot provide duplicate object code to load dynpmc groups.
The group calls the seperate Parrot_lib_$name_load funcs, which by them export the
dynpmc_class_$name symbols.
Sort the grouped dynpmc's by lc Parrot_lib_*_load name





More information about the parrot-commits mailing list