stackless-dev / stackless

The Stackless Python programming language
http://www.stackless.com/
Other
1.03k stars 60 forks source link

Stackless issue #281: Refactor tasklet profiling and tracing #281

Closed akruis closed 3 years ago

akruis commented 3 years ago

Per tasklet profiling and tracing state information is now stored in the tasklet itself. This increases the size of tasklet objects a bit, but saves a lot of code.