commit | 4d6a134e13e1e9705faff6f5dc6ca90d416aa0a4 | [log] [tgz] |
---|---|---|
author | Jason Evans <je@facebook.com> | Wed Oct 20 19:05:59 2010 -0700 |
committer | Jason Evans <je@facebook.com> | Wed Oct 20 19:05:59 2010 -0700 |
tree | beca7020f28af38216aadf3e9325343cd0c0dd2e | |
parent | 93443689a4367cc6fe3de1c9e918adc13d8f9100 [diff] |
Inline the fast path for heap sampling. Inline the heap sampling code that is executed for every allocation event (regardless of whether a sample is taken). Combine all prof TLS data into a single data structure, in order to reduce the TLS lookup volume.