Skip to content
Snippets Groups Projects
  • Axel Naumann's avatar
    f770fa15
    [test] Remove ineffective re-load guard in stressInterpreter: · f770fa15
    Axel Naumann authored
    even when interpreter, the JIT will take the stressReflection symbol
    from the binary, where `#if !defined(__CLING__)` does not protect from
    re-inclusion (and thus unloading) of stressInterpreter.cxx in the
    interpreter. Make that more obvious by removing the ineffective
    do-not-reinclude guards.
    f770fa15
    History
    [test] Remove ineffective re-load guard in stressInterpreter:
    Axel Naumann authored
    even when interpreter, the JIT will take the stressReflection symbol
    from the binary, where `#if !defined(__CLING__)` does not protect from
    re-inclusion (and thus unloading) of stressInterpreter.cxx in the
    interpreter. Make that more obvious by removing the ineffective
    do-not-reinclude guards.