diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2018-07-03 08:19:10 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2018-07-03 08:19:10 +0000 |
commit | 7f3feec6bb04b00a35c0c193a47b5de5e8d98416 (patch) | |
tree | 91b4aca6e5815330f9b4b60ea3638bf44fb891f3 /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py | |
parent | 3f0243fdafaa7207fa6ade486e1bb9b99d2c4140 (diff) | |
download | bcm5719-llvm-7f3feec6bb04b00a35c0c193a47b5de5e8d98416.tar.gz bcm5719-llvm-7f3feec6bb04b00a35c0c193a47b5de5e8d98416.zip |
[ADT] Disable the single callback optimization on Windows.
It appears that the function pointer we use there isn't reliably 4-byte
aligned. I have no idea why or how we could correct this, so for now we
just regress the Windows performance some.
Someone with access to Windows could try working on a fix. At the very
least we could use a double indirection rather than a table, but maybe
there is some way to fully restore this optimization. I don't want to
play too much with this when I don't have access to the platform and
this at least should restore the last bots.
llvm-svn: 336178
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions