2008/10/22 J. Sievers <[EMAIL PROTECTED]>: > I implemented a variant of the CPython VM on top of Gforth's Vmgen; this made > it fairly straightforward to add direct threaded code and superinstructions > for > the various permutations of LOAD_CONST, LOAD_FAST, and most of the > two-argument > VM instructions. [...] > Totals: 4750ms 6788ms -30.0% 4929ms 7035ms > -29.9% > > ``other'' is vanilla Python 2.5.2. > For details, see README, TODO, and PYBENCH which come with the sources. > Feedback is, of course, very welcome and it'd be great to have some pybench > results from different machines.
Am I reading this right? You got a 30% speed improvement over CPython??? (I never read pybench results right, so if this is actually 30% slower than CPython, let me know and I'll shut up :-)) If so, what (if any) limitations are there to the implementation? Paul. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com