Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Use an optimized multi dispatcher for P5 wrapper methods
We do not want ordinary Perl 6 semnatics for multi dispatch which would not treat optional named arguments as significant. Instead, we want to use the most optimized code for cases where no named arguments were passed. We fall back to generic wrapper code if named args are present.
- Loading branch information
Showing
1 changed file
with
42 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters