[Poppler-bugs] [Bug 8821] Performance Improvement for TextPage:findText()

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 29 02:14:07 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=8821

--- Comment #19 from Carlos Garcia Campos <carlosgc at gnome.org> 2010-06-29 02:14:07 PDT ---
Review of attachment 36292:
 --> (https://bugs.freedesktop.org/review?bug=8821&attachment=36292)

::: poppler/TextOutputDev.cc
@@ +3386,3 @@
+  j = 0;
+  kmpNext[0] = -1;
+  for (int i = 0; i < m; i++) {

var i was initialized to 2 before and you are redefining it here.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list