diff options
author | Jim Cromie <jcromie@cpan.org> | 2006-01-01 16:05:00 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-02 15:54:25 +0000 |
commit | d51cf0c98f3998b8619964692ede02a78dd26923 (patch) | |
tree | bf25d3c5bdd35f51185d71c43e08ca681b18712f /MANIFEST | |
parent | ce10b5d1ec5b5f68b0811018a415bc37bb6bfe5e (diff) | |
download | perl-d51cf0c98f3998b8619964692ede02a78dd26923.tar.gz |
Re: [patch] optimized constant subs are cool, teach B::Concise about them
Message-ID: <43B8C28C.20502@gmail.com>
p4raw-id: //depot/perl@26576
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ ext/B/Todo Compiler backend Todo list 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_sort.t inplace sort optimization regression ext/B/t/optree_specials.t BEGIN, END, etc code |