mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user