cling/lib
Jonas Hahnfeld dc6ee2401b Add back basic support for JITLink
The custom memory manager is only needed to avoid freeing the memory
segments; the default InProcessMemoryManager (which is mostly copied)
already does slab allocation to keep all segments together which is
needed for exception handling support.

A limitation of this rudimentary support is that CLING_DEBUG and
CLING_PROFILE do not work, they need to be registered as plugins.
2023-02-01 13:44:06 +01:00
..
Interpreter Add back basic support for JITLink 2023-02-01 13:44:06 +01:00
MetaProcessor Use nullptr in cling 2023-01-30 08:29:07 +01:00
UserInterface Set history size to ${CLING_HISTSIZE} 2023-01-30 10:29:07 +01:00
Utils Use nullptr in cling 2023-01-30 08:29:07 +01:00
CMakeLists.txt Fix for ROOT-7184 - CMake config issue when enabling cling tests 2015-03-13 18:31:50 +01:00