Skip to content

Commit

Permalink
[rpython] add related work document, benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlockhart committed Jul 24, 2014
1 parent 9db158e commit 61c511c
Show file tree
Hide file tree
Showing 2 changed files with 680 additions and 0 deletions.
30 changes: 30 additions & 0 deletions benchmarks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
================================================================================
RPython ISA Paper
================================================================================

--------------------------------------------------------------------------------
Outline
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Preliminary Results
--------------------------------------------------------------------------------

::

maven-isa pisa-sim
--------- ----------------------------------
cpython pypy c-nojit c-jit


ubmark-vvadd 5059 1234 cycles
.053 .855 .005 .006 seconds
95452 1443 246800 205666 cycles/sec
1x .02x 2.58x 2.15x speedup

ubmark-vvadd 266508 239279 cycles
x500 .133 3.799 1.633 .009 .058 seconds
2003819 62984 146527 26586555 4125500 cycles/sec
1x .03x .07x 13.26x 2.06x speedup


Loading

0 comments on commit 61c511c

Please sign in to comment.