Skip to content
Snippets Groups Projects
  1. Jul 02, 2019
  2. May 10, 2019
    • Philippe Canal's avatar
      Suppress valgrind warning about fUniqueID unitialized memory used. · d5ecc717
      Philippe Canal authored
      This is done by taking the check of fUniqueID and the assignment to fBuits
      into a separate function and by including this function in the header
      *but* marking it as "noinline" to prevent its inlining and preserve a
      way to suppress the valgrind warning.
      
      Introducing the macro R__NEVER_INLINE which expands to
      
         inline __attribute__((noinline))
      
      The performance degradation is less than 10% for a case doing
      only creation and destruction of TObjects.
      d5ecc717
  3. Mar 07, 2019
  4. Mar 04, 2019
  5. Feb 28, 2019
  6. Feb 26, 2019
  7. Feb 18, 2019
  8. Jan 15, 2019
  9. Jan 14, 2019
  10. Jan 11, 2019
Loading