This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients ned.deily, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-05-31.16:13:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527783209.45.0.682650639539.issue33720@psf.upfronthosting.co.za>
In-reply-to
Content
I need to stop working on this right now, but here's the locals layout in a normal release build in r_object:

@rdi              @rdi                                p = 0x00000034`655ea3d0
00000034`65403f60 @rsp+0x0080                         v = 0x00000000`00000000
00000034`65403fc0 @rsp+0x00e0                       buf = char [256] ""
00000034`654040c0 @rsp+0x01e0                       buf = char [256] ""

In the PGO build, it looks like this:
000000be`1e003b50 @rsp+0x0080                         v = 0x00000000`00000000
000000be`1e003b58 @rsp+0x0088               is_interned = 0n0
000000be`1e003ef0 @rsp+0x0420                       buf = char [256] ""
000000be`1e003ff0 @rsp+0x0520                       buf = char [256] ""

I need to ping the team and figure out why the buffers are so far removed from the rest of the stack, and figure out what's in the gap. That seems to be the core of the problem.
History
Date User Action Args
2018-05-31 16:13:29steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, ned.deily, zach.ware
2018-05-31 16:13:29steve.dowersetmessageid: <1527783209.45.0.682650639539.issue33720@psf.upfronthosting.co.za>
2018-05-31 16:13:29steve.dowerlinkissue33720 messages
2018-05-31 16:13:29steve.dowercreate