
18 Sep
2007
18 Sep
'07
9:55 a.m.
CVSROOT: /cvs/ppl Module name: ppl Changes by: zaffanella@cs.unipr.it 2007-09-18 09:55:46
Modified files: src : Octagonal_Shape.templates.hh
Log message: Removed a few useless initializations. Prefer neg_assign(x, y) to x = -y; prefer neg_assign(x) to beg_assign(x, x). Move allocation of temporaries out of loop bodies; reduce the number of temporaries when the change does not affect code readability.
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Octagonal_Shape.templates....