Paste: binary-trees result
Author: | slava |
Mode: | factor |
Date: | Wed, 29 Apr 2009 06:58:43 |
Plain Text |
With -pic=3:
== Megamorphic caches ==
Hits 1057
Misses 25
== Polymorphic inline caches ==
Transitions:
Cold to monomorphic 204
Mono to polymorphic 8
Poly to megamorphic 0
Type check stubs:
Tag only 34
Hi-tag 97
Tuple 81
Hi-tag and tuple 0
With -pic=1:
== Megamorphic caches ==
Hits 58808738
Misses 12
== Polymorphic inline caches ==
Transitions:
Cold to monomorphic 204
Mono to polymorphic 0
Poly to megamorphic 8
Type check stubs:
Tag only 34
Hi-tag 95
Tuple 75
Hi-tag and tuple 0
Runtime is 2.5 seconds -vs- 3.1 seconds
New Annotation