[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <151642877063.9652.3628059578106842868.stgit@magnolia>
Date: Fri, 19 Jan 2018 22:12:50 -0800
From: "Darrick J. Wong" <darrick.wong@...cle.com>
To: tytso@....edu, darrick.wong@...cle.com
Cc: linux-ext4@...r.kernel.org
Subject: [PATCH 0/4] e2fprogs: fun with compilers
Hi all,
This patch series enhances the e2fsprogs build system to allow us to
take advantage of new compiler technologies. The first patch enables
LTO, which can perform executable-wide code optimizations (particularly
eliminating dead functions). The three patches after that enable the
sanitizers for undefined behavior, memory access, and thread safety.
With these sanitizers we can collect runtime reports about questionable
C code, memory access problems, and thread safety problems (though at
the moment e2fsprogs isn't heavily threaded).
Questions? Comments?
--D
Powered by blists - more mailing lists