summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ddc271)
raw | patch | inline | side by side (parent: 7ddc271)
author | Andi Kleen <ak@linux.intel.com> | |
Mon, 20 Jun 2011 22:41:01 +0000 (15:41 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 20 Jun 2011 23:31:44 +0000 (16:31 -0700) |
Also explains that the are additional warnings.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
INSTALL | patch | blob | history |
index 16e45f114f18d5d6964ab9fa39eee617dfa59bfc..bbb9d4dc9ab37a242d8accb86fa8a0d35d677ab8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
$ make all doc ;# as yourself
# make install install-doc install-html;# as root
+If you're willing to trade off (much) longer build time for a later
+faster git you can also do a profile feedback build with
+
+ $ make profile-all
+ # make prefix=... install
+
+This will run the complete test suite as training workload and then
+rebuild git with the generated profile feedback. This results in a git
+which is a few percent faster on CPU intensive workloads. This
+may be a good tradeoff for distribution packagers.
+
+Note that the profile feedback build stage currently generates
+a lot of additional compiler warnings.
Issues of note: