summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAmr Hesham <amr96@programmer.net>2024-08-19 21:07:25 +0200
committerGitHub <noreply@github.com>2024-08-19 15:07:25 -0400
commit7597e0930638e0a20ca9bfc193a3d89575ce4469 (patch)
treec81d6abbf16c4c2e1164d71763686ed128aaba5d /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent3b80a28c8f27536f49e5fa30a7e2b7050bad6cd6 (diff)
[clang] Increase the default expression nesting limit (#104717)
Increase the default expression nesting limit from 256 to 1024 Fixes: #94728 Compile time with different Bracket depth Clang version 20.0.0git (https://github.com/AmrDeveloper/llvm-project.git 673b9e08de8a661c9deed2ee497889312f059f3d) Target: arm64-apple-darwin23.5.0 Bracket depth = 256, time = 0.243 Bracket depth = 512, time = 0.329 Bracket depth = 1024, time = 0.489 Bracket depth = 2048, time = 0.851
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions