lean4-htt/src/kernel
Sebastian Ullrich 7718795178 fix: mark Lean objects in C++ globals reachable from the new frontend as persistent
sed -Ei 's/(g_\w+)\s*= new (name|expr|format|level|string_ref)\W.*;/\0\n    mark_persistent(\1->raw());/' src/kernel/**/*.cpp src/util/**/*.cpp src/library/**/*.cpp
2020-10-11 17:43:28 +02:00
..
abstract.cpp
abstract.h
cache_stack.h chore: fix includes 2020-05-22 14:17:25 -07:00
CMakeLists.txt
declaration.cpp chore: no Task in Theorem 2020-09-03 08:47:55 -07:00
declaration.h chore: no Task in Theorem 2020-09-03 08:47:55 -07:00
environment.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
environment.h chore: fix includes 2020-05-22 14:17:25 -07:00
equiv_manager.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
equiv_manager.h
expr.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
expr.h chore: fix includes 2020-05-22 14:17:25 -07:00
expr_cache.cpp
expr_cache.h
expr_eq_fn.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
expr_eq_fn.h
expr_maps.h
expr_sets.h chore: fix includes 2020-05-22 14:17:25 -07:00
find_fn.h
for_each_fn.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
for_each_fn.h
inductive.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
inductive.h feat: string literal support on recursors and kernel isDefEq 2020-03-17 17:23:33 -07:00
init_module.cpp
init_module.h
instantiate.cpp chore: remove instance cache 2020-07-08 09:40:34 -07:00
instantiate.h chore: remove instance cache 2020-07-08 09:40:34 -07:00
kernel_exception.h
level.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
level.h chore: fix includes 2020-05-22 14:17:25 -07:00
local_ctx.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
local_ctx.h fix: nonoptimal specialization 2020-09-24 12:40:28 -07:00
quot.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
quot.h
replace_fn.cpp
replace_fn.h chore: fix includes 2020-05-22 14:17:25 -07:00
type_checker.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
type_checker.h feat: string literal support on recursors and kernel isDefEq 2020-03-17 17:23:33 -07:00