* PerlInt isa Integer now - most is inherited
* try to improve MMD setup but failed

MMD table creation looks now at parent and tries to install inherited MMD functions. But that's error prone and bulky and I'm too dumb to do it right.

Currently one test (t/pmc/pmc_43.pasm) is failing due to wrong inheritance.

TODO
1) adjust the PMC compiler not to emit MMD setup for inherited methods
2) allow multiple inheritance in PMCs, e.g.

    pmclass PyInt extends PyObject extends Integer

(some hacks are already present in config/*/*.pl to do the same with OrderedHash)

Takers wanted,
thanks



Reply via email to