From 834eff2d9b5883d5834a317c1b4d2adfcdd0f31f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 10 Oct 2022 13:55:47 +0200 Subject: [PATCH] bolt: add description --- debian/control | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 4eb9fcbe..e4b90c7a 100644 --- a/debian/control +++ b/debian/control @@ -817,9 +817,8 @@ Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, libbolt-16-dev (= ${binary:Version}), Pre-Depends: ${misc:Pre-Depends} Description: Post-link optimizer - TODO - - + It achieves the improvements by optimizing application's code layout based on + execution profile gathered by sampling profiler. Package: libbolt-16-dev Section: libdevel @@ -827,4 +826,6 @@ Architecture: amd64 #arm64 Depends: ${shlibs:Depends}, ${misc:Depends} Description: Post-link optimizer - TODO + It achieves the improvements by optimizing application's code layout based on + execution profile gathered by sampling profiler. +