[Python-Dev] Re: native code compiler? (or, OCaml vs. Python)

Guido van Rossum guido@python.org
Mon, 03 Feb 2003 17:36:20 -0500


> Wasn't there also a suggestion (I think Christian made just before
> Minimal Python was announced) to have the parser know what built-ins
> were and thus just inline the code?

Most builtins don't have an inline version unless you add new opcodes
that invoke e.g. PyObject_Size.

--Guido van Rossum (home page: http://www.python.org/~guido/)