lean4-htt/src/kernel
Sebastian Ullrich f47dfe9e7f
perf: Options.hasTrace (#12001)
Drastically speeds up `isTracingEnabledFor` in the common case, which
has evolved from "no options set" to "`Elab.async` and probably some
linter options set but no `trace`".

## Breaking changes

`Lean.Options` is now an opaque type. The basic but not all of the
`KVMap` API has been redefined on top of it.
2026-01-16 09:03:40 +00:00
..
abstract.cpp
abstract.h
CMakeLists.txt
declaration.cpp
declaration.h perf: mark move constructors and assignment operators as noexcept (#10784) 2025-10-22 14:21:51 +00:00
environment.cpp chore: CI: enable leak sanitizer again (#11339) 2025-11-27 18:32:35 +00:00
environment.h perf: mark move constructors and assignment operators as noexcept (#10784) 2025-10-22 14:21:51 +00:00
equiv_manager.cpp
equiv_manager.h
expr.cpp
expr.h perf: mark move constructors and assignment operators as noexcept (#10784) 2025-10-22 14:21:51 +00:00
expr_cache.cpp
expr_cache.h
expr_eq_fn.cpp perf: use lean::unordered_set for expr_eq_fn (#11731) 2025-12-18 14:24:50 +00:00
expr_eq_fn.h
expr_maps.h perf: use lean::unordered_map/set everywhere (#11957) 2026-01-12 17:14:09 +00:00
expr_sets.h perf: use lean::unordered_map/set everywhere (#11957) 2026-01-12 17:14:09 +00:00
find_fn.h
for_each_fn.cpp perf: use lean::unordered_map/set everywhere (#11957) 2026-01-12 17:14:09 +00:00
for_each_fn.h
inductive.cpp chore: use String.ofList instead of String.mk in elaborator+kernel (#11048) 2025-11-01 14:44:16 +00:00
inductive.h chore: kernel changes ahead of String redefinition (#10330) 2025-09-17 09:12:07 +00:00
init_module.cpp
init_module.h
instantiate.cpp
instantiate.h
instantiate_mvars.cpp perf: use lean::unordered_map/set everywhere (#11957) 2026-01-12 17:14:09 +00:00
kernel_exception.h
level.cpp
level.h perf: mark move constructors and assignment operators as noexcept (#10784) 2025-10-22 14:21:51 +00:00
local_ctx.cpp
local_ctx.h perf: mark move constructors and assignment operators as noexcept (#10784) 2025-10-22 14:21:51 +00:00
quot.cpp
quot.h
replace_fn.cpp
replace_fn.h
trace.cpp perf: Options.hasTrace (#12001) 2026-01-16 09:03:40 +00:00
trace.h perf: Options.hasTrace (#12001) 2026-01-16 09:03:40 +00:00
type_checker.cpp chore: use String.ofList instead of String.mk in elaborator+kernel (#11048) 2025-11-01 14:44:16 +00:00
type_checker.h perf: use lean::unordered_map/set everywhere (#11957) 2026-01-12 17:14:09 +00:00