In theory, this table could be stored somewhere other than the code object, so that it doesn't actually get paged in or occupy cache unless tracing is on. Whether that saves enough to be worth the extra indirections when tracing is on, I have no intention of volunteering to measure. I will note that in the past, taking out docstrings (not even just moving them to a dict of [code:docstring] -- just taking them out completely) has been considered worthwhile. _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/HEXSSC35MFWFKFRK6TO4N5SBJDTZAZOS/ Code of Conduct: http://python.org/psf/codeofconduct/
- [Python-Dev] Re: PEP 626: Precise line ... Steve Dower
- [Python-Dev] Re: PEP 626: Precise line numbers for d... Ethan Furman
- [Python-Dev] Re: PEP 626: Precise line numbers for d... Ethan Furman
- [Python-Dev] Re: PEP 626: Precise line numbers for d... Pablo Galindo Salgado
- [Python-Dev] Re: PEP 626: Precise line numbers ... Gregory P. Smith
- [Python-Dev] Re: PEP 626: Precise line numb... Gregory P. Smith
- [Python-Dev] Re: PEP 626: Precise line ... Ned Batchelder
- [Python-Dev] Re: PEP 626: Precise line numbers for d... Inada Naoki
- [Python-Dev] Re: PEP 626: Precise line numbers ... Mark Shannon
- [Python-Dev] Re: PEP 626: Precise line numb... Carl Shapiro
- [Python-Dev] Re: PEP 626: Precise line ... Jim J. Jewett
- [Python-Dev] Re: PEP 626: Precise l... Pablo Galindo Salgado
- [Python-Dev] Re: PEP 626: Prec... Jim J. Jewett
- [Python-Dev] Re: PEP 626: ... Chris Jerdonek
- [Python-Dev] Re: PEP 626: ... Steve Dower
- [Python-Dev] Re: PEP 626: ... Jim J. Jewett
- [Python-Dev] Re: PEP 626: ... Gregory P. Smith
- [Python-Dev] Re: PEP 626: Precise line numb... Inada Naoki
- [Python-Dev] Re: PEP 626: Precise line ... Antoine Pitrou
- [Python-Dev] Re: PEP 626: Precise l... Inada Naoki
- [Python-Dev] Re: PEP 626: Prec... Ned Batchelder