Message149280
Very high-level comments on your patch:
- why an empty "dtrace" module?
- I'm worried that you're adding lots of delicate code inside critical core functions. Perhaps most of it can be factored out in separate functions living in another (dtrace-specific) C file? I don't think we really want to maintain some asm("nop") in the GC module, and I'm not even talking about the madness in ceval.c.
- instead of generating code data (line numbers etc.) up front, why not generate and cache it lazily? that way, it would only be generated when the probes are really used (IIUC)
For higher-level benchmarks, I suggest you take a look at http://hg.python.org/benchmarks/ |
|
Date |
User |
Action |
Args |
2011-12-12 09:48:03 | pitrou | set | recipients:
+ pitrou, loewis, rhettinger, jcea, ronaldoussoren, belopolsky, wsanchez, movement, techtonik, serverhorror, glyph, laca, twleung, jbaker, robert.kern, sirg3, danchr, dhduvall, dmalcolm, mjw, Garen, neologix, lasizoillo, fche, hazmat, jmcp, scox |
2011-12-12 09:48:03 | pitrou | set | messageid: <1323683283.19.0.605505674141.issue13405@psf.upfronthosting.co.za> |
2011-12-12 09:48:02 | pitrou | link | issue13405 messages |
2011-12-12 09:48:02 | pitrou | create | |
|