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 <[email protected]>
  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



_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to