From af4a745c3de5c6ec8da1633d32df494af30acf4a Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 6 Jun 2016 22:30:17 -0700 Subject: [PATCH] =?utf8?q?Porting/todo.pod:=20Add=20note=20to=20=E2=80=98r?= =?utf8?q?epack=20the=20optree=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Porting/todo.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Porting/todo.pod b/Porting/todo.pod index 052e10d..a762c8e 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -1022,6 +1022,9 @@ See also L. =head2 repack the optree +B This entry was written in reference to the I 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 -- 1.8.3.1