fusesource / leveldbjni

A Java Native Interface to LevelDB
BSD 3-Clause "New" or "Revised" License
535 stars 145 forks source link

Preserve frame pointers #73

Open phraktle opened 8 years ago

phraktle commented 8 years ago

Please compile the native binaries with preserving frame pointers (gcc -fno-omit-frame-pointer). Due to the larger number of registers on newer architectures, this should pose minimal overhead, however it would aid in providing coherent stack traces in profiling tools (such as linux perf). These are very useful in production systems as well.