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:
parent
881fbf762f
commit
855c127348
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user