Custom Query (1030 matches)
Results (748 - 750 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #180 | duplicate | clozure.com down November 14, 2007 | ||
| Description |
clozure.com (mail, ftp, http) had its internet connection go down on the evening of November 14; the ISP said that the upstream provider should respond within "a few hours". |
|||
| #181 | fixed | clozure.com down November 14, 2007 | ||
| Description |
clozure.com (mail, ftp, http) had its internet connection go down on the evening of November 14; the ISP said that the upstream provider should respond within "a few hours". |
|||
| #186 | fixed | Compilation time grows exponentially | ||
| Description |
Time to compile a function containing an n-ary call to + grows exponentially with the number of arguments to +. (EVAL '#'(LAMBDA NIL (LET ((A 1) (B 2) (C 3) (D 4) (E 5) (F 6) (G 7) (H 8)) (+ A B C D E F G H)))) took 27 milliseconds (0.027 seconds) to run
During that period, 29 milliseconds (0.029 seconds) were spent in user mode
#<Anonymous Function #x300041AF5DEF> ? (EVAL '#'(LAMBDA NIL (LET ((A 1) (B 2) (C 3) (D 4) (E 5) (F 6) (G 7) (H 8) (I 9)) (+ A B C D E F G H I)))) took 70 milliseconds (0.070 seconds) to run
During that period, 71 milliseconds (0.071 seconds) were spent in user mode
#<Anonymous Function #x300041AE9BEF> ? (EVAL '#'(LAMBDA NIL (LET ((A 1) (B 2) (C 3) (D 4) (E 5) (F 6) (G 7) (H 8) (I 9) (J 10)) (+ A B C D E F G H I J)))) took 195 milliseconds (0.195 seconds) to run
During that period, 198 milliseconds (0.198 seconds) were spent in user mode
1 milliseconds (0.001 seconds) was spent in GC.
#<Anonymous Function #x3000419BC23F> ? (EVAL '#'(LAMBDA NIL (LET ((A 1) (B 2) (C 3) (D 4) (E 5) (F 6) (G 7) (H 8) (I 9) (J 10) (K 11)) (+ A B C D E F G H I J K)))) took 560 milliseconds (0.560 seconds) to run
During that period, 561 milliseconds (0.561 seconds) were spent in user mode
#<Anonymous Function #x3000419AC6BF> ? (EVAL '#'(LAMBDA NIL (LET ((A 1) (B 2) (C 3) (D 4) (E 5) (F 6) (G 7) (H 8) (I 9) (J 10) (K 11) (L 12)) (+ A B C D E F G H I J K L)))) took 1,653 milliseconds (1.653 seconds) to run
During that period, 1,651 milliseconds (1.651 seconds) were spent in user mode
#<Anonymous Function #x300041B3B8CF> ? (EVAL '#'(LAMBDA NIL (LET ((A 1) (B 2) (C 3) (D 4) (E 5) (F 6) (G 7) (H 8) (I 9) (J 10) (K 11) (L 12) (M 13)) (+ A B C D E F G H I J K L M)))) took 4,903 milliseconds (4.903 seconds) to run
During that period, 4,906 milliseconds (4.906 seconds) were spent in user mode
#<Anonymous Function #x300041B2827F> |
|||
