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:
aad46ae
)
Porting/todo.pod: Add note to ‘repack the optree’
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 7 Jun 2016 05:30:17 +0000
(22:30 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 7 Jun 2016 05:30:17 +0000
(22:30 -0700)
Porting/todo.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/todo.pod
b/Porting/todo.pod
index
052e10d
..
a762c8e
100644
(file)
--- a/
Porting/todo.pod
+++ b/
Porting/todo.pod
@@
-1022,6
+1022,9
@@
See also L</"Extend PerlIO and PerlIO::Scalar">.
=head2 repack the optree
+B<Note:> This entry was written in reference to the I<old> slab allocator,
+removed in commit 7aef8e5bd14.
+
Repacking the optree after execution order is determined could allow
removal of NULL ops, and optimal ordering of OPs with respect to cache-line
filling. I think that