develooper Front page | perl.perl6.language | Postings from March 2011

[perl6/specs] 56a1b0: dispatch generation should work under MI

From:
noreply
Date:
March 9, 2011 08:20
Subject:
[perl6/specs] 56a1b0: dispatch generation should work under MI
Message ID:
20110309162031.0DDA74237A@smtp1.rs.github.com
Branch: refs/heads/master
Home:   https://github.com/perl6/specs

Commit: 56a1b09e13973bae078b0a40c0ef0057e2c8fdc1
    https://github.com/perl6/specs/commit/56a1b09e13973bae078b0a40c0ef0057e2c8fdc1
Author: Larry Wall <larry@wall.org>
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.





nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About