-
- Downloads
Implement R__LOAD_LIBRARY(libEvent).
Based on #pragma cling load("libEvent") but compiler-compatible. Fixes OrcJIT issue with availability of Event::Reset() which OrcJIUT needs to have defined during object emission. Providing it as part of static init is thus too late. This also needed the implementation of rollback of nested transactions, so here it comes.
No related branches found
No related tags found
Showing
- core/base/inc/Rtypes.h 22 additions, 0 deletionscore/base/inc/Rtypes.h
- interpreter/cling/include/cling/Interpreter/Interpreter.h 1 addition, 0 deletionsinterpreter/cling/include/cling/Interpreter/Interpreter.h
- interpreter/cling/lib/Interpreter/CMakeLists.txt 1 addition, 0 deletionsinterpreter/cling/lib/Interpreter/CMakeLists.txt
- interpreter/cling/lib/Interpreter/ClingPragmas.cpp 82 additions, 0 deletionsinterpreter/cling/lib/Interpreter/ClingPragmas.cpp
- interpreter/cling/lib/Interpreter/ClingPragmas.h 19 additions, 0 deletionsinterpreter/cling/lib/Interpreter/ClingPragmas.h
- interpreter/cling/lib/Interpreter/IncrementalParser.cpp 34 additions, 10 deletionsinterpreter/cling/lib/Interpreter/IncrementalParser.cpp
- interpreter/cling/lib/Interpreter/IncrementalParser.h 1 addition, 3 deletionsinterpreter/cling/lib/Interpreter/IncrementalParser.h
- interpreter/cling/lib/Interpreter/Interpreter.cpp 4 additions, 0 deletionsinterpreter/cling/lib/Interpreter/Interpreter.cpp
- interpreter/cling/test/Pragmas/call_lib.c 13 additions, 0 deletionsinterpreter/cling/test/Pragmas/call_lib.c
- interpreter/cling/test/Pragmas/load.C 18 additions, 0 deletionsinterpreter/cling/test/Pragmas/load.C
- test/stressIOPlugins.cxx 2 additions, 29 deletionstest/stressIOPlugins.cxx
Loading
Please register or sign in to comment