Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 56a1b09e13973bae078b0a40c0ef0057e2c8fdc1
https://github.com/perl6/specs/commit/56a1b09e13973bae078b0a40c0ef0057e2c8fdc1
Author: Larry Wall <[email protected]>
Date: 2011-03-09 (Wed, 09 Mar 2011)
Changed paths:
M S12-objects.pod
Log Message:
-----------
dispatch generation should work under MI
Fixed an ambiguity noted by sorear++. It's not just the presence
of multi declarations in the current scope that cause autogeneration
of a dispatch routine. Any difference in the candidate set at the point
of call should make a fresh dispatcher. We can reuse parent dispatchers
only if they represent the same set of routines.