File: ChangeLog

package info (click to toggle)
clisp 1%3A2.49.20241228.gitc3ec11b-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 57,724 kB
  • sloc: lisp: 124,909; ansic: 83,890; xml: 27,431; sh: 11,074; fortran: 7,307; makefile: 1,456; perl: 164; sed: 13
file content (36 lines) | stat: -rw-r--r-- 1,193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2010-06-10  Sam Steingold  <sds@gnu.org>

	* run-all.lisp (*here*): add
	(file, benchmarks-run): use it to allow running from outside of
	the benchmarks directory
	(benchmarks-run): save data in a pretty format
	(with-file): save file name, not the whole file, in *CUR-STAT*

2002-08-14  Sam Steingold  <sds@gnu.org>

	* run-all.lisp (benchmarks): when *BENCHMARK-TYPE* is nil, read
	and compare saved benchmarks
	(read-file, benchmarks-run): extracted from BENCHMARKS

2002-08-14  Sam Steingold  <sds@gnu.org>

	* run-all.lisp (*scale*): use BOGOMIPS only with #+SYSCALLS

2002-08-11  Sam Steingold  <sds@gnu.org>

	compare benchmarks for different implementations
	* run-all.lisp (*old-stat*): new parameter
	(stamp, percent): new functions
	(benchmarks): do the comparison and save stats readably
	(comp-benchmarks, eval-benchmarks): subsumed into BENCHMARKS
	* Makefile: modified accordingly

2002-08-11  Sam Steingold  <sds@gnu.org>

	* fft.lisp (fft): removed unused variable nm1
	* tprint.lisp (tprint-test): accept optional argument repeat
	and do output to a temp file (which is removed immediately)

2002-08-09  Sam Steingold  <sds@gnu.org>

	Initial check-in with the new interface