From 1717da59aed9612becd56aaa1249aac695af4c8a Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Thu, 16 May 2013 19:17:14 -0700 Subject: Add a configure option to enable lock elision and disable by default Can be enabled with --enable-lock-elision=yes at configure time. --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index a749293..f1b498a 100644 --- a/INSTALL +++ b/INSTALL @@ -133,6 +133,9 @@ will be used, and CFLAGS sets optimization options for the compiler. library. This option hardcodes the newly built C library path in dynamic tests so that they can be invoked directly. +`--enable-lock-elision=yes' + Enable lock elision for pthread mutexes and rwlocks by default. + `--build=BUILD-SYSTEM' `--host=HOST-SYSTEM' These options are for cross-compiling. If you specify both -- cgit v1.1