Tian Gao

Results 363 comments of Tian Gao

Okay I understood Mark here - we can never set a local to `NULL` arbitrarily because that may break `LOAD_FAST`. The compiler has determined the fast must exist here so...

I think we are at the stage to present it to the steering council. Yes there are methods that we have not implemented yet and the current implementation is a...

Are we still trying to make this in 3.13? I think the time is pressing even if the PSF approves it now. We need to implement all the methods before...

Thanks. I'm aware that there are some structural and styling issues with the current code - as it's meant to be a prototype that only provides a preview of how...

The most direct practical bottleneck is the front-end does not support it. What do you mean to have a live feed into a file? The fundamental format of the trace...

Rendering GB-level trace is extremely difficult and I don't see any alternative to Perfetto (other than its deprecated predecessor chrome trace viewer). They put a lot of effort into the...

Disabling the warning should not be the first stop. `-fno-strict-overflow` is not even added by `viztracer`. I think `setup.py` just does that, which means all c-extensions should suffer from this....

Ah, that's actually a bug for watchpoints. watchpoints does not deal with global variables well. Also I'll have to be honest that this library has not been actively maintained. Personally...