[perl6/specs] 1903a5: Bring parameter semantics in line with reality.

[email protected] (GitHub) Fri, 18 Dec 2015 08:54:31 -0800
Newsgroups perl.perl6.language
Message-ID <56743a47de68b_6583f935af0f2bc1697c5@hookshot-fe3-cp1-prd.iad.github.net.mail>
  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).