CVSROOT: /usr/local/cvsroot/pma2000
Module name: Polyhedra
Changes by: roberto(a)sandbox.cs.unipr.it 01/09/18 13:15:40
Modified files:
src : Makefile.am Makefile.in Row.cc
Added files:
src : globals.cc globals.hh
Log message:
Avoid the creation and disposal of temporaries in the scalar product
operator Integer PPL::operator *(const Row& x, const Row& y).
This change results in impressive speedups: linear size relation
analysis with China becomes twice as fast.