From 2aa9d1a831516b117d211ecf6afff30ad4bec0b8 Mon Sep 17 00:00:00 2001 From: rjones Date: Mon, 23 Mar 2009 12:31:33 +0000 Subject: [PATCH] Document future possible minimization techniques. --- febootstrap-minimize.pod | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/febootstrap-minimize.pod b/febootstrap-minimize.pod index 56ecea9..e7a2084 100644 --- a/febootstrap-minimize.pod +++ b/febootstrap-minimize.pod @@ -119,6 +119,29 @@ slower. =back +=head1 TODO + +=over 4 + +=item * + +Deduplicate files with the same content (by hardlinking them). +See the program L. + +=item * + +Remove unused binaries. + +=item * + +Remove unused libraries. + +=item * + +Pack executables using UPX. + +=back + =head1 SEE ALSO L. -- 1.8.3.1