Revision 750441

Go back to digest for 23rd December 2007

Optimization in Development Tools

Kevin Kofler committed changes in /trunk/KDE/kdesdk/kompare/libdiff2:

put the levenstein table on the stack, not the heap, and hence only allocate mem for it when needed, rather than having 65k*(number of files) allocated all the time.

(forward-port rev 444219 by je4d from 3.5 branch)

File Changes

Modified 2 files
  • /trunk/KDE/kdesdk/kompare/libdiff2
  •   /difference.cpp
  •   /difference.h
2 files changed in total