• Rick Hudson's avatar
    Merge remote-tracking branch 'origin/dev.garbage' · 56b54912
    Rick Hudson authored
    This commit moves the GC from free list allocation to
    bit mark allocation. Instead of using the bitmaps
    generated during the mark phases to generate free
    list and then using the free lists for allocation we
    allocate directly from the bitmaps.
    
    The change in the garbage benchmark
    
    name              old time/op  new time/op  delta
    XBenchGarbage-12  2.22ms ± 1%  2.13ms ± 1%  -3.90%  (p=0.000 n=18+18)
    
    Change-Id: I17f57233336f0ca5ef5404c3be4ecb443ab622aa
    56b54912
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
dev.garbage Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...