This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b405cb
)
t/perf/optree.t: expand blurb
author
David Mitchell
<davem@iabyn.com>
Tue, 21 Oct 2014 12:49:10 +0000
(13:49 +0100)
committer
David Mitchell
<davem@iabyn.com>
Sun, 26 Oct 2014 16:53:50 +0000
(16:53 +0000)
explain (kind of) why this file is called optree.t
t/perf/optree.t
patch
|
blob
|
blame
|
history
diff --git
a/t/perf/optree.t
b/t/perf/optree.t
index
ef8649f
..
dac0a25
100644
(file)
--- a/
t/perf/optree.t
+++ b/
t/perf/optree.t
@@
-1,6
+1,7
@@
#!./perl
-# Use B to test that optimisations are not inadvertently removed.
+# Use B to test that optimisations are not inadvertently removed,
+# by examining particular nodes in the optree.
BEGIN {
chdir 't';