[Olsr-cvs] olsrd-current CHANGELOG,1.78,1.79
Bernd Petrovitsch
(spam-protected)
Thu Aug 30 01:17:15 CEST 2007
Update of /cvsroot/olsrd/olsrd-current
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19105
Modified Files:
CHANGELOG
Log Message:
* and something for the CHANGELOG
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/CHANGELOG,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** CHANGELOG 29 Aug 2007 21:46:25 -0000 1.78
--- CHANGELOG 29 Aug 2007 23:17:13 -0000 1.79
***************
*** 43,46 ****
--- 43,53 ----
floating point operations to save CPU power - especially on embedded
devices.
+ - I rewrote the half of src/lq_packet.[ch] which deals with incoming
+ packets. This was triggered with performance output of gcc produced
+ by Sven-Ola Tuecke at CCCamp07.
+ This kills *lots* of (more than) superflous malloc()s and the same
+ number of (free()s). And it also kills some code and copying around of
+ data.
+
- paving the way to activate -Wshadow, much more to do
- const-ify parameters here and there
More information about the Olsr-cvs
mailing list