mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03: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:
parent
881fbf762f
commit
855c127348
1 changed files with 0 additions and 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue