From: Carl Worth <cworth@cworth.org>
Date: Sat, 13 Jun 2009 00:38:47 +0000 (-0700)
Subject: Mention that the performance fix described is in 2.7.99.901.
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=e3b6a531dbf0e62d381659ad551b79e1322c2468;p=cworth.org

Mention that the performance fix described is in 2.7.99.901.
---

diff --git a/src/intel/performance_measurement.mdwn b/src/intel/performance_measurement.mdwn
index ce5ffd1..6b6cfc5 100644
--- a/src/intel/performance_measurement.mdwn
+++ b/src/intel/performance_measurement.mdwn
@@ -184,7 +184,8 @@ Then, after my simple just-use-malloc patch I get:
 Here the xlib result has improved from 194 seconds to 81
 seconds. That's a 2.4x improvement, and fast enough to now play the
 movie without skipping. It's very satisfying to validate performance
-patches with real-world application code like this. (Of course,
+patches with real-world application code like this. This commit is in
+the recent 2.7.99.901 or the Intel driver, by the way. (Of course,
 there's still a 1.8x slowdown of the xlib backend compared to the
 image backend, so there's still more to be fixed here.)