lean4-htt/src/library
Clement Courbet 2c002718e0
perf: fix implementation of move constructors and move assignment ope… (#4700)
…rators

Right now those constructors result in a copy instead of the desired
move. We've measured that expr copying and assignment by itself uses
around 10% of total runtime on our workloads.

See #4698 for details.
2024-08-02 17:55:03 +00:00
..
compiler perf: fix implementation of move constructors and move assignment ope… (#4700) 2024-08-02 17:55:03 +00:00
constructions refactor: port below and brecOn construction to Lean (#4517) 2024-06-26 11:10:39 +00:00
annotation.cpp chore: reduce src/include/lean 2021-09-07 08:24:54 -07:00
annotation.h chore: fix more typos in comments 2023-10-08 14:37:34 -07:00
aux_recursors.cpp refactor: constructions: modify environment in lean world (#4474) 2024-06-19 08:58:53 +00:00
aux_recursors.h refactor: constructions: modify environment in lean world (#4474) 2024-06-19 08:58:53 +00:00
bin_app.cpp
bin_app.h
class.cpp chore: remove dead code at Class.lean used by old frontend 2020-11-20 16:51:44 -08:00
class.h chore: remove dead code at Class.lean used by old frontend 2020-11-20 16:51:44 -08:00
CMakeLists.txt refactor: constructions: modify environment in lean world (#4474) 2024-06-19 08:58:53 +00:00
constants.cpp fix: elim_scalar_array_cases 2022-07-24 14:46:46 -07:00
constants.h fix: elim_scalar_array_cases 2022-07-24 14:46:46 -07:00
constants.txt fix: elim_scalar_array_cases 2022-07-24 14:46:46 -07:00
expr_lt.cpp fix: dllexport functions not already annotated in header 2021-09-20 18:41:46 +02:00
expr_lt.h chore: remove dead code 2020-10-27 19:23:14 -07:00
expr_pair.h chore: reduce src/include/lean 2021-09-07 08:24:54 -07:00
expr_pair_maps.h
expr_unsigned_map.h
formatter.cpp chore: remove io_state & abstract_type_context 2021-01-12 09:51:14 -08:00
formatter.h chore: remove io_state & abstract_type_context 2021-01-12 09:51:14 -08:00
init_module.cpp refactor: constructions: modify environment in lean world (#4474) 2024-06-19 08:58:53 +00:00
init_module.h
max_sharing.cpp chore: reduce src/include/lean 2021-09-07 08:24:54 -07:00
max_sharing.h
module.cpp feat: embed and check githash in .olean (#2766) 2023-11-27 10:24:43 +00:00
module.h chore: reduce src/include/lean 2021-09-07 08:24:54 -07:00
num.cpp chore: improve old pretty printer on numeric literals 2020-01-09 13:48:15 -08:00
num.h chore: reduce src/include/lean 2021-09-07 08:24:54 -07:00
print.cpp fix: pp projection indices starting at 1 2023-10-15 14:25:00 -07:00
print.h chore: fix more typos in comments 2023-10-08 14:37:34 -07:00
profiling.cpp fix: profiler threshold in C++ 2023-04-10 16:57:54 +02:00
profiling.h refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
projection.cpp refactor: move is_structure_like to inductive.cpp 2021-11-25 11:31:00 -08:00
projection.h perf: fix implementation of move constructors and move assignment ope… (#4700) 2024-08-02 17:55:03 +00:00
reducible.cpp chore(library/init/lean): export as C functions 2019-08-16 20:15:30 -07:00
reducible.h feat(library/reducible): use new Lean implementation 2019-06-24 15:48:12 -07:00
replace_visitor.cpp chore: reduce src/include/lean 2021-09-07 08:24:54 -07:00
replace_visitor.h chore: remove Expr.localE constructor 2020-11-01 09:37:48 -08:00
suffixes.h refactor: port recOn construction to Lean (#4516) 2024-06-23 07:36:27 +00:00
time_task.cpp chore: move trace.cpp to kernel (#4014) 2024-04-28 17:24:48 +00:00
time_task.h refactor: pos at time_task::time_task was a dead field 2021-01-30 11:10:18 -08:00
util.cpp refactor: constructions: modify environment in lean world (#4474) 2024-06-19 08:58:53 +00:00
util.h refactor: constructions: modify environment in lean world (#4474) 2024-06-19 08:58:53 +00:00