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
|
#ifdef JEMALLOC_PROF_LIBUNWIND
|
||||||
JEMALLOC_ALIGNED(CACHELINE)
|
|
||||||
void
|
void
|
||||||
prof_backtrace(prof_bt_t *bt) {
|
prof_backtrace(prof_bt_t *bt) {
|
||||||
int nframes;
|
int nframes;
|
||||||
|
Loading…
Reference in New Issue
Block a user