Comment 6 for bug 766271

Revision history for this message
Attila Lendvai (attila-lendvai) wrote :

Tomas, i can't reproduce:

CL-USER> (lisp-implementation-version)
"1.0.47.30"
CL-USER> (hu.dwim.asdf:develop-system :hu.dwim.computed-class)
TEST> (test)
................................................................................
...............................................
*** Reader, no computation, standard accessor:

Evaluation took:
  0.107 seconds of real time
  0.090000 seconds of total run time (0.090000 user, 0.000000 system)
  84.11% CPU
  241,081,411 processor cycles
  0 bytes consed

*** Reader, no computation, computed accessor:

Evaluation took:
  1.479 seconds of real time
  1.480000 seconds of total run time (1.480000 user, 0.000000 system)
  100.07% CPU
  3,344,623,682 processor cycles
  0 bytes consed

*** Reader, writer, no computation, standard accessor:

Evaluation took:
  0.061 seconds of real time
  0.060000 seconds of total run time (0.060000 user, 0.000000 system)
  98.36% CPU
  138,176,790 processor cycles
  0 bytes consed

*** Reader, writer, recomputation, computed accessor:

Evaluation took:
  1.676 seconds of real time
  1.680000 seconds of total run time (1.670000 user, 0.010000 system)
  [ Run times consist of 0.030 seconds GC time, and 1.650 seconds non-GC time. ]
  100.24% CPU
  3,787,943,094 processor cycles
  63,995,744 bytes consed

#<test-run: 24 tests, 127 assertions, 0 failures in 4.01 sec>
TEST>