Not limit to that, I also want to monitor some system level status, such as the network flows, memory changes, even thread/process situation(I am not sure if I can do this even in JIT) . I just want to know if JIT has processed some exceptions so that only based-on python code I cannot see them.
Hope this can make sense somehow, Thanks, Dustin On Apr 10, 2010, at 12:20 PM, Benjamin Peterson wrote: > 2010/4/10 Renjie Xu <[email protected]>: >> Hello everyone, >> >> A simple question: if I want to capture some IO operations in >> Pypy, do I need to dive into JIT code and modify something there? > > What do you mean IO operations? App level ones? > >> >> >> Thanks, >> >> Dustin >> _______________________________________________ >> [email protected] >> http://codespeak.net/mailman/listinfo/pypy-dev >> > > > > -- > Regards, > Benjamin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
