
8 Jan
2006
8 Jan
'06
6:06 p.m.
CVSROOT: /cvs/ppl Module name: ppl Changes by: bagnara@cs.unipr.it 2006-01-08 18:06:25
Modified files: src : DB_Matrix.inlines.hh Matrix.inlines.hh Saturation_Matrix.inlines.hh
Log message: Two FIXME's resolved and two useless static variables removed: while it is not clear why std::vector::max_size() is not static, GCC and the Intel C++ compiler do compile out all overhead (GCC starting from -O1, the Intel compiler starting from -O2).
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/DB_Matrix.inlines.hh.diff?... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Matrix.inlines.hh.diff?cvs... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Saturation_Matrix.inlines....