I used libdispatch to prototype a server and would be great to compare with other libraries before starting the project.
libPhenom seems to have much more features, maybe even more than I need, but the documentation seems good. I will try to make another prototype with your lib.
Frame pointers make things easier for tools to get backtraces without requiring complex dwarf unwinders. The observability is something I value more than not being able to use that register for other things.
I used libdispatch to prototype a server and would be great to compare with other libraries before starting the project.
libPhenom seems to have much more features, maybe even more than I need, but the documentation seems good. I will try to make another prototype with your lib.
Thanks.