cling/lib/Interpreter
Axel Naumann 25bbe0c617 Cache Dtor wrappers (used by ~Value); reduce calls to dlsym (ROOT-7840).
This fixes a PyROOT performance regression between 6.02 and 6.04, seen by ATLAS.

(cherry picked from commit ba4b0df02a91be4102e62fc76038711d188f07f3)

Conflicts:
	interpreter/cling/lib/Interpreter/Value.cpp
2015-12-15 20:24:16 +01:00
..
ASTTransformer.cpp Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
ASTTransformer.h Fix doxygen warnings. 2015-03-20 15:45:03 +01:00
AutoloadCallback.cpp Assert to error: cannot autoload that, its declaring header cannot be found at runtime! 2015-08-17 18:45:03 +02:00
AutoSynthesizer.cpp Emit Decls as DeclCollector sees them. 2015-03-16 14:58:58 +01:00
AutoSynthesizer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
BackendPasses.cpp Reduce cling leakage to 0, according to valgrind. 2015-05-27 18:00:09 +02:00
BackendPasses.h Add backend passes back in. Fixes (some of) MacOS. 2015-02-11 22:05:21 +01:00
CheckEmptyTransactionTransformer.cpp Emit Decls as DeclCollector sees them. 2015-03-16 14:58:58 +01:00
CheckEmptyTransactionTransformer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
CIFactory.cpp Reset diagnostics after parsing arguments: we shall issue an error but survive (ROOT-7619, ROOT-7614 and others). 2015-11-03 00:01:43 +01:00
ClangInternalState.cpp Show parsed (with open file handle?) versus deserialized. 2014-10-20 14:23:03 +02:00
ClingPragmas.cpp Use non-shadowing param name (Coverity 61660). 2015-06-07 20:53:59 +02:00
ClingPragmas.h Add a cling pragma handler. For now implement #pragma cling load(file) 2015-02-18 14:51:21 +01:00
ClingUtils.h Remove code duplication 2015-04-17 02:50:36 +02:00
CMakeLists.txt Remove runtime namespace from NullDerefException and rename RuntimeException.h to Exception.h. 2015-12-15 20:24:16 +01:00
DeclCollector.cpp Implement DeclCollector::HandleInvalidTagDeclDefinition. 2015-09-23 09:43:03 +02:00
DeclCollector.h Implement DeclCollector::HandleInvalidTagDeclDefinition. 2015-09-23 09:43:03 +02:00
DeclExtractor.cpp Attooptimization. 2015-04-04 21:05:14 +02:00
DeclExtractor.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
DynamicExprInfo.cpp Remove trailing spaces 2014-08-13 16:08:36 +02:00
DynamicLibraryManager.cpp Fix load error reported on the forum (https://root.cern.ch/phpBB3/viewtopic.php?f=21&t=19840) 2015-06-17 10:50:29 +02:00
DynamicLookup.cpp Extra paren against hex address followed by a dot. 2015-05-24 21:55:24 +02:00
DynamicLookup.h Support CXXDependentScopeMemberExpr for EvalT (ROOT-7163). 2015-04-01 12:09:17 +02:00
Exception.cpp Remove runtime namespace from NullDerefException and rename RuntimeException.h to Exception.h. 2015-12-15 20:24:16 +01:00
ForwardDeclPrinter.cpp Revert "Annotate fwd decls with the header containing the decl, not the top-most include." 2015-06-23 21:30:17 +02:00
ForwardDeclPrinter.h Unload fwd decls of enums; redeclaring definitions fails. 2015-06-23 11:13:16 +02:00
IncrementalExecutor.cpp Cache Dtor wrappers (used by ~Value); reduce calls to dlsym (ROOT-7840). 2015-12-15 20:24:16 +01:00
IncrementalExecutor.h Cache Dtor wrappers (used by ~Value); reduce calls to dlsym (ROOT-7840). 2015-12-15 20:24:16 +01:00
IncrementalJIT.cpp Cache Dtor wrappers (used by ~Value); reduce calls to dlsym (ROOT-7840). 2015-12-15 20:24:16 +01:00
IncrementalJIT.h Cache Dtor wrappers (used by ~Value); reduce calls to dlsym (ROOT-7840). 2015-12-15 20:24:16 +01:00
IncrementalParser.cpp Enable Baozeng Ding's NullDeref protection for ROOT; use exceptions. 2015-12-15 20:24:15 +01:00
IncrementalParser.h Fix doxygen warnings. 2015-03-20 15:45:03 +01:00
Interpreter.cpp Cache Dtor wrappers (used by ~Value); reduce calls to dlsym (ROOT-7840). 2015-12-15 20:24:16 +01:00
InterpreterCallbacks.cpp Do not randomly add to lookup results during EvaluateT(). 2015-08-17 18:45:03 +02:00
InvocationOptions.cpp Do not interpret /Users/... as /U sers; fixes MacOS cling tests. 2015-02-14 22:16:15 +01:00
LookupHelper.cpp Remove unused variable 2015-10-26 19:14:52 +01:00
Makefile Remove runtime namespace from NullDerefException and rename RuntimeException.h to Exception.h. 2015-12-15 20:24:16 +01:00
MultiplexInterpreterCallbacks.h Add a callback during Transaction's rollback. 2015-10-22 14:56:16 +02:00
NullDerefProtectionTransformer.cpp Enable Baozeng Ding's NullDeref protection for ROOT; use exceptions. 2015-12-15 20:24:15 +01:00
NullDerefProtectionTransformer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
RequiredSymbols.cpp Request _ZN9__gnu_cxxL27__exchange_and_add_dispatchEPii, missing on some SLC6. 2015-01-29 10:55:32 +01:00
Threading.h Coding conventions 2015-03-16 13:12:47 +01:00
Transaction.cpp Replace Transaction::reset() by ~Transaction(). Replace RefillPool by new Transaction. 2015-06-08 14:58:29 +02:00
TransactionPool.h Replace Transaction::reset() by ~Transaction(). Replace RefillPool by new Transaction. 2015-06-08 14:58:29 +02:00
TransactionUnloader.cpp Use isa (instead of dync_cast) for type testing 2015-10-23 18:22:26 +02:00
TransactionUnloader.h Replace use of ExecutionEngine by OrcJIT. 2015-02-11 10:57:47 +01:00
Value.cpp Cache Dtor wrappers (used by ~Value); reduce calls to dlsym (ROOT-7840). 2015-12-15 20:24:16 +01:00
ValueExtractionSynthesizer.cpp Provide a valid SourceLoc - template instantiation needs it (ROOT-7364). 2015-06-08 18:10:01 +02:00
ValueExtractionSynthesizer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00
ValuePrinter.cpp Fail more elegantly in ValuePrinter 2015-10-09 19:11:05 +02:00
ValuePrinterSynthesizer.cpp Emit Decls as DeclCollector sees them. 2015-03-16 14:58:58 +01:00
ValuePrinterSynthesizer.h Rename ASTTransformer.h -> TransactionTransformer.h. 2015-03-16 15:24:52 +01:00