 Chromium Code Reviews
 Chromium Code Reviews Issue 
            12619004:
    Speed up tcmalloc by allowing more inlining.  (Closed)
    
  
    Issue 
            12619004:
    Speed up tcmalloc by allowing more inlining.  (Closed) 
  | DescriptionSpeed up tcmalloc by allowing more inlining.
Move some small functions in free_list.cc to free_list.h
to improve the chance of intelligent inlining decisions.
No functional changes.  This is a performance tuning change.
From the ChromeOS point of view, this is clearly a good change.
I didn't try it on Windows, but I suspect it will help there too.
In any case, it shouldn't hurt.
Preliminary results for the BloatFile benchmark, for example, are around a 3.2% speedup (averaged across a few runs on different platforms).  I am collecting more data now.
BUG=111726
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188063
   Patch Set 1 #
      Total comments: 4
      
     
 Messages
    Total messages: 4 (0 generated)
     | ||||||||||||||||||||||||||||