Changeset 178 for trunk/thune/scripts

Show
Ignore:
Timestamp:
06/10/06 00:38:50 (3 years ago)
Author:
krobillard
Message:

Thune -

Reduce now evaluates blocks.
Added 'to-text and 'console.out. Print & prin are now functions.
Fixed un-initialized word.valBlks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/scripts/opcode_ratio.t

    r177 r178  
    3535    "^/Word values:   " words 
    3636    "^/Stack opcodes: " ops 
    37     "^/Ops/Values:    " (ops total decimal! as div) 
    38     "^/Ops/Words:     " (ops words decimal! as div) 
    39     eol 
    40 ] 
    41 [first reduce prin] iter 
     37    "^/Ops/Values:    " ops total decimal! as div 
     38    "^/Ops/Words:     " ops words decimal! as div 
     39] print