-
- Downloads
Fix registration of other atexit functions during an atexit handler. Recursive...
Fix registration of other atexit functions during an atexit handler. Recursive registration of atexit handlers is legal and should be handled, not ignored.
Showing
- interpreter/cling/include/cling/Utils/OrderedMap.h 116 additions, 0 deletionsinterpreter/cling/include/cling/Utils/OrderedMap.h
- interpreter/cling/lib/Interpreter/IncrementalExecutor.cpp 30 additions, 21 deletionsinterpreter/cling/lib/Interpreter/IncrementalExecutor.cpp
- interpreter/cling/lib/Interpreter/IncrementalExecutor.h 7 additions, 11 deletionsinterpreter/cling/lib/Interpreter/IncrementalExecutor.h
- interpreter/cling/test/CodeUnloading/AtExit.C 63 additions, 0 deletionsinterpreter/cling/test/CodeUnloading/AtExit.C
Loading
Please register or sign in to comment