Skip to content
Snippets Groups Projects
  1. Oct 08, 2020
  2. Sep 29, 2020
  3. Aug 24, 2020
  4. Aug 30, 2017
  5. Aug 31, 2016
  6. Nov 10, 2015
  7. Mar 29, 2013
  8. Mar 11, 2011
  9. Mar 09, 2011
  10. Dec 30, 2010
    • Aleric Inglewood's avatar
      STORM-955: VWR-24312: Massively duplicated objects · 95310466
      Aleric Inglewood authored
      Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me).
      However, not everything was used and some more cleaning up was possible.
      
      After this patch, and when compiling with optimization, there are no duplicates left
      anymore that shouldn't be there in the first place. Apart from the debug stream
      iostream guard variable, there are several static variables with the same name (r, r1,
      r2, etc) but that indeed actually different symbol objects. Then there are a few
      constant POD arrays that are duplicated a hand full of times because they are
      accessed with a variable index (so optimizing them away is not possible). I left them
      like that (although defining those as extern as well would have been more consistent
      and not slower; in fact it would be faster theoretically because those arrays could
      share the same cache page then).
      95310466
  11. Nov 08, 2010
  12. Nov 05, 2010
  13. Sep 09, 2010
Loading