mirror of
https://github.com/Z3Prover/z3
synced 2026-01-20 17:14:43 +00:00
Exceptions caught by value incur needless cost in C++, most of them can be caught by const-reference, especially as nearly none are actually used. This could allow compiler generate a slightly more efficient code. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| cost_parser.cpp | ||
| cost_parser.h | ||
| parser_params.pyg | ||
| pattern_validation.cpp | ||
| pattern_validation.h | ||
| scanner.cpp | ||
| scanner.h | ||
| simple_parser.cpp | ||
| simple_parser.h | ||