From 855c127348b2764fe3f25966949377e327efe1c8 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Mon, 17 Apr 2017 15:32:44 -0700 Subject: [PATCH] Remove the function alignment of prof_backtrace. This was an attempt to avoid triggering slow path in libunwind, however turns out to be ineffective. --- src/prof.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/prof.c b/src/prof.c index b33e9397..334466b1 100644 --- a/src/prof.c +++ b/src/prof.c @@ -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;