[Python-Dev] Tagged integers

Greg Ewing greg at cosc.canterbury.ac.nz
Tue Jul 20 05:55:29 CEST 2004


Christian Tismer <tismer at stackless.com>:

> I guess this would not lead to problems like stack introspection,
> finding roots etc., because all objects are in the object table.

You still need roots to find reachable objects. The object
table contains all objects, whether reachable or not.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg at cosc.canterbury.ac.nz	   +--------------------------------------+


More information about the Python-Dev mailing list