Remove the function alignment of prof_backtrace.

This was an attempt to avoid triggering slow path in libunwind, however turns
out to be ineffective.
This commit is contained in:
Qi Wang 2017-04-17 15:32:44 -07:00 committed by Qi Wang
parent 881fbf762f
commit 855c127348

View File

@ -310,7 +310,6 @@ prof_leave(tsd_t *tsd, prof_tdata_t *tdata) {
}
#ifdef JEMALLOC_PROF_LIBUNWIND
JEMALLOC_ALIGNED(CACHELINE)
void
prof_backtrace(prof_bt_t *bt) {
int nframes;