Finding cycles and garbage, was( RE: Python Productivity over C++)
Neil Schemenauer
nascheme at enme.ucalgary.ca
Fri Jun 9 12:36:44 EDT 2000
More information about the Python-list mailing list
Fri Jun 9 12:36:44 EDT 2000
- Previous message (by thread): Finding cycles and garbage, was( RE: Python Productivity over C++)
- Next message (by thread): Why is Python so slow?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mike Fletcher <mfletch at tpresence.com> wrote: >Hmm, Neil's patch doesn't seem to be compatible with Stackless? I had ported a patch a few months ago. The current patch will not apply without some work. >I'm looking for something lower-level, like the VC++ feature >where, at the end of the run, the debugger says "hey, as I was >doing shutdown, I noticed that the following objects (including >strings, floats, etceteras) were still in memory, that's >probably not what you wanted". Py_TRACE_REFS is what you want. It should be available in stackless too. Look in Include/object.h. Neil
- Previous message (by thread): Finding cycles and garbage, was( RE: Python Productivity over C++)
- Next message (by thread): Why is Python so slow?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list