CPython VM & byte code resources wanted

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aaron Gray

    CPython VM & byte code resources wanted

    Hi,

    I am looking to study the CPython source code, but I cannot seem to find the
    VM code.
    Also is there any where a detailed list of the opcodes ?

    Many thanks in advance,

    Aaron


  • Arnaud Delobelle

    #2
    Re: CPython VM & byte code resources wanted

    On Apr 8, 9:29 pm, "Aaron Gray" <ang.use...@gma il.comwrote:
    Hi,
    >
    I am looking to study the CPython source code, but I cannot seem to find the
    VM code.
    Also is there any where a detailed  list of the opcodes ?
    >
    Many thanks in advance,
    >
    Aaron
    Bytecodes:


    VM:
    Python/ceval.c

    HTH

    --
    Arnaud

    Comment

    • Aaron Gray

      #3
      Re: CPython VM &amp; byte code resources wanted

      "Aaron Gray" <ang.usenet@gma il.comwrote in message
      news:6622srF2e3 2hbU1@mid.indiv idual.net...
      Hi,
      >
      I am looking to study the CPython source code, but I cannot seem to find
      the VM code.
      Found it :)

      Python/ceval.c
      Also is there any where a detailed list of the opcodes ?
      Still could do with an opcodes chart.

      Thanks,

      Aaron


      Comment

      • Aaron Gray

        #4
        Re: CPython VM &amp; byte code resources wanted

        >Bytecodes:Thanks,

        Aaron



        Comment

        • Steve Holden

          #5
          Re: CPython VM &amp; byte code resources wanted

          Aaron Gray wrote:
          "Aaron Gray" <ang.usenet@gma il.comwrote in message
          news:6622srF2e3 2hbU1@mid.indiv idual.net...
          >Hi,
          >>
          >I am looking to study the CPython source code, but I cannot seem to find
          >the VM code.
          >
          Found it :)
          >
          Python/ceval.c
          >
          >Also is there any where a detailed list of the opcodes ?
          >
          Still could do with an opcodes chart.
          >
          Be sure and post it on the Wiki when you finish it ;-)

          regards
          Steve
          --
          Steve Holden +1 571 484 6266 +1 800 494 3119
          Holden Web LLC http://www.holdenweb.com/

          Comment

          Working...