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
Refactor fail/die again
Alas, 2e92038 introduced quite some spectest errors. This commit goes back to using CALLER::CALLER:: PseudoStash Perl6 objects, rather than the lowlevel NQP objects that do not support things like EXISTS-KEY. But instead of before, it will only be doing a CALLER::CALLER:: once. And to further improve performance, the parameterless fail/die are not separate candidates, hopefully make it easier to inline. Unfortunately, this causes 3 (new) spectest failures, but all failing tests seem suspect to me, so I'm putting this in rather than just revert 2e92038 .
- Loading branch information
Showing
2 changed files
with
41 additions
and
40 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
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