A RetroSearch Logo

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

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/2008-October/083119.html below:

[Python-Dev] [ANN] VPython 0.1

[Python-Dev] [ANN] VPython 0.1 [Python-Dev] [ANN] VPython 0.1skip at pobox.com skip at pobox.com
Fri Oct 24 17:07:20 CEST 2008
    Terry> I have not seen any Windows test yet.  The direct threading is
    Terry> gcc-specific, so there might be degradation with MSVC.

Not if a compiler #ifdef selects between two independent choices:

    #ifdef __GCC__       /* or whatever the right incantation is */
       #include "ceval-threaded.c"
    #else
       #include "ceval-switched.c"
    #endif

and so on...

BTW, as to the implementation of individual VM instructions I don't believe
the Vmgen stuff affects that.  It's just the way the instructions are
assembled.

Skip
More information about the Python-Dev mailing list

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