diff options
author | Qi Wang <interwq@gwu.edu> | 2017-04-17 22:32:44 (GMT) |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2017-04-17 23:19:32 (GMT) |
commit | 855c127348b2764fe3f25966949377e327efe1c8 (patch) | |
tree | 60c4d73ddaa2cdcc307b2286604529862ff63202 /src | |
parent | 881fbf762f18c8a94e71e94fb78f03d59bd4ad58 (diff) | |
download | jemalloc-855c127348b2764fe3f25966949377e327efe1c8.zip jemalloc-855c127348b2764fe3f25966949377e327efe1c8.tar.gz jemalloc-855c127348b2764fe3f25966949377e327efe1c8.tar.bz2 |
Remove the function alignment of prof_backtrace.
This was an attempt to avoid triggering slow path in libunwind, however turns
out to be ineffective.
Diffstat (limited to 'src')
-rw-r--r-- | src/prof.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |