A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2003-February/032863.html below:

native code compiler? (or, OCaml vs. Python)

[Python-Dev] Re: native code compiler? (or, OCaml vs. Python) [Python-Dev] Re: native code compiler? (or, OCaml vs. Python)Skip Montanaro skip@pobox.com
Mon, 3 Feb 2003 15:28:21 -0600
    Guido> And I suggest that we analyze pystone (or whatever benchmark we
    Guido> decide to use).

If you decide to use pystone, I'd argue you incorporate psyco into the
distribution and stick the following code right after the definition of
Proc8:

    try:
        import psyco
    except ImportError:
        pass
    else:
        psyco.bind(Proc8)

(I believe that's the correct psyco call and the correct function to
optimize.  It's been awhile.)

;-)

Skip



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4