Hi,

following all the discussion about profiling etc, I was poking around in IP1.1.2 source code, trying to find out if there is a 'bottleneck' of sorts, that all function calls are threaded through. My thinking was that it would be then possible to surround this with profiling information, logging time taken etc. and compile a profiling ipy.exe.

From my venture, I think that ICallable is what I should be looking for. I see that it has many implementors, but I guess FastCallable (in all its generated glory) should capture a lot of the cases, right?

Am I even on the right track here?

Orestis Markou
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to