From: Richard Kreckel Date: Mon, 29 Nov 1999 22:46:23 +0000 (+0000) Subject: - clarified timings X-Git-Tag: release_0-5-0~106 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=a87e6ee6d794b99dcf3946e7dde969edafeb3295 - clarified timings --- diff --git a/INSTALL b/INSTALL index 05275655..9dba753c 100644 --- a/INSTALL +++ b/INSTALL @@ -44,11 +44,11 @@ also depending on optimization. To give you a rough idea of what you have to expect the following table may be helpful. It was measured on a P-III/500MHz with "enough" memory: -step: | value of $CXXFLAGS: | comment: - | -O0 | -O1 | -O2 | ---------------+-------+-------+-------+------------------------------- -make | ~4m | ~6m | ~10m | building shared and static lib -make check | ~2m | ~2m | ~7m | mostly due to compilation +step: | GCC optimization level: | comment: + | -O0 | -O1 | -O2 | +--------------+--------+--------+--------+------------------------------- +make | ~4m | ~6m | ~10m | building shared and static lib +make check | ~2m | ~2m | ~7m | mostly due to compilation Problems with CLN