This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The first part for a modernized perl. Signatures are now usable and faster than using no signatures. Most calls are converted internally via fake_signatures. tailcalls via goto to signatured subroutines are now proper stackless tailcalls, reusing the padframes for all local variables. No methods, classes nor roles yet. The upstream 5.24 context improvements broke lexical $_ ingiven/when/smartmatch we re-enabled that and fixed it. lexical $_ is critical for given/when blocks as lexical enclosure is done implicitly there. And it's also much faster and better. It's about 2x faster than 5.22 This release is the first with some modernized internal core modules. See our FAQ at http://perl11.org/cperl/STATUS.html for the Test::More::skip problem, and use our distroprefs to get patched modules automatically. Updated Module::CoreList
- Loading branch information
Reini Urban
committed
Jun 8, 2016
1 parent
28ea24e
commit 0293dae
Showing
5 changed files
with
29 additions
and
10 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
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
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