From be4a884bdce5a11995175ae4d68e339dfe5a3a18 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 10 Oct 2022 13:55:11 +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 a8c24c89..d91b7d80 100644 --- a/debian/control +++ b/debian/control @@ -814,9 +814,8 @@ Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, libbolt-15-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-15-dev Section: libdevel @@ -824,4 +823,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. +