-
Notifications
You must be signed in to change notification settings - Fork 1
/
benchmarkMissing.txt
88 lines (63 loc) · 2.79 KB
/
benchmarkMissing.txt
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Notes on R7RS benchmarking
==========================
24 May 2017
Larceny v0.99 and Sagittarius 0.8.4 run all benchmarks successfully.
Petit Larceny v0.99 fails on the following benchmark:
compiler duplicate case value reported by gcc
Chibi Scheme 0.7.3 fails on the following benchmarks:
pi returned incorrect result after 206 seconds
earley timed out after an hour
gcbench timed out after an hour
Chicken Scheme 4.12.0 fails on the following benchmarks:
earley ran out of heap memory
equal timed out after an hour
Cyclone 0.5.1 fails on the following benchmarks:
mbrotZ complex numbers not supported
compiler Invalid type: expected pair, found : #f
Foment Scheme 0.4 (debug) fails on the following benchmarks:
pi mysterious early exit from program
earley timed out after an hour
graphs segmentation fault after 952 seconds
paraffins segmentation fault after less than 1 second
nboyer timed out after an hour
sboyer timed out after an hour
perm timed out after an hour
equal timed out after an hour
Gauche 0.9.4 fails on the following benchmarks:
dynamic error reported during execution of program
Kawa 2.4 fails on the following benchmarks:
cpstak java.lang.StackOverflowError
ack java.lang.StackOverflowError
compiler spurious error message generated during compilation
conform java.lang.VerifyError
graphs java.lang.StackOverflowError
parsing java.lang.VerifyError
slatex java.net.UnknownServiceException
nboyer returned incorrect result very quickly
sboyer improperly rejects at compile time
Picrin v0.1 fails on the following benchmarks:
mbrotZ does not support (scheme complex)
nucleic spurious out-of-range error
pi does not support (scheme char)
pnpoly spurious undefined variable error
ack VM stack overflow
compiler does not support (scheme char)
dynamic VM stack overflow
earley timed out after an hour
paraffins VM stack overflow
parsing does not support (scheme char)
primes VM stack overflow
scheme does not support (scheme char)
slatex does not support (scheme char)
nboyer timed out after an hour
gcbench timed out after an hour
perm timed out after an hour
equal timed out after an hour
Notes on R6RS benchmarking
==========================
7 March 2015
Larceny v0.98 runs all benchmarks successfully.
Petite Chez Scheme v8.4 runs all benchmarks successfully.
Racket Scheme v6.1.1 runs all benchmarks successfully.
Petit Larceny v0.98 fails on the compiler benchmark.
Vicare 0.3d7 appears to go into an infinite loop on gcbench.