74dfdd02de
Recursive functions that may go very deep should invoke the function check_stack. It throws an exception if the amount of stack space is limited. The function check_system() is syntax sugar for check_interrupted(); check_stack(); Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
7 lines
325 B
CMake
7 lines
325 B
CMake
add_library(util trace.cpp debug.cpp name.cpp name_set.cpp
|
|
exception.cpp interrupt.cpp hash.cpp escaped.cpp bit_tricks.cpp
|
|
safe_arith.cpp ascii.cpp memory.cpp shared_mutex.cpp realpath.cpp
|
|
script_state.cpp script_exception.cpp splay_map.cpp lua.cpp
|
|
luaref.cpp stackinfo.cpp)
|
|
|
|
target_link_libraries(util ${LEAN_LIBS})
|