diff options
author | Stephen McCamant <smcc@mit.edu> | 2006-01-24 07:23:00 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-25 17:12:11 +0000 |
commit | c60fdceb63defa8f76b7d5d400fa07856c271b8b (patch) | |
tree | fd45f5d6fc1b8e39acb1237c1b1beb3bac7bb06d /MANIFEST | |
parent | 1576e684962a9b7e2100f3bcff6ad79fb0a8e169 (diff) | |
download | perl-c60fdceb63defa8f76b7d5d400fa07856c271b8b.tar.gz |
aelemfast optimization opclass problem (c.f. [perl #38279])
Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
p4raw-id: //depot/perl@26943
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -126,7 +126,8 @@ ext/B/t/OptreeCheck.pm optree comparison tool ext/B/t/optree_check.t test OptreeCheck apparatus ext/B/t/optree_concise.t more B::Concise tests ext/B/t/optree_constants.t B::Concise rendering of optimized constant subs -ext/B/t/optree_samples.t various basic codes: if for while +ext/B/t/optree_misc.t misc optree tests +ext/B/t/optree_samples.t various basic codes: if for while ext/B/t/optree_sort.t inplace sort optimization regression ext/B/t/optree_specials.t BEGIN, END, etc code ext/B/t/optree_varinit.t my,our,local var init optimization |