There are a lot of template specializations for the various types of HeapBlocks in BlockAllocator.h. We could reduce the spew by using a macro.
Created attachment 223179 [details] Patch
Comment on attachment 223179 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=223179&action=review > Source/JavaScriptCore/heap/BlockAllocator.h:238 > +REGION_SET_FOR(HandleBlock, m_fourKBBlockRegionSet); > Maybe can you #undef REGION_SET_FOR here?
Committed r163419: <http://trac.webkit.org/changeset/163419>