Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 1903a509e3ac4fefbd769673e6a26eb84fee31fa
https://github.com/perl6/specs/commit/1903a509e3ac4fefbd769673e6a26eb84fee31fa
Author: jnthn <[email protected]>
Date: 2015-12-18 (Fri, 18 Dec 2015)
Changed paths:
M S06-routines.pod
Log Message:
-----------
Bring parameter semantics in line with reality.
Besides being what is implemented, these also allow for more/better
optimization (we already have optimizations that depend on them; if
we took the previous semantics, things like spesh would be unable to
rely supposedly readonly parameters never changing under them due to
their being aliases).