Skip to content

Commit

Permalink
perlsub: constant -> inlinable
Browse files Browse the repository at this point in the history
This was brought up in ticket #109744.  I cannot change the header of
the section, as it will break links.  But at least we can avoid
stressing the constancy as much.
  • Loading branch information
Father Chrysostomos committed Jul 31, 2013
1 parent c662de5 commit e4fde5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlsub.pod
Expand Up @@ -1385,7 +1385,7 @@ the constant folding doesn't reduce them to a single constant:

If you redefine a subroutine that was eligible for inlining, you'll get
a warning by default. (You can use this warning to tell whether or not a
particular subroutine is considered constant.) The warning is
particular subroutine is considered inlinable.) The warning is
considered severe enough not to be affected by the B<-w>
switch (or its absence) because previously compiled
invocations of the function will still be using the old value of the
Expand Down

0 comments on commit e4fde5c

Please sign in to comment.