Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Routing is unavailable when in Release mode #6

Open
rodionovd opened this issue Jul 1, 2014 · 0 comments
Open

Routing is unavailable when in Release mode #6

rodionovd opened this issue Jul 1, 2014 · 0 comments
Assignees
Labels

Comments

@rodionovd
Copy link
Owner

Due to compiler optimizations, some class methods and functions are inlined/removed, so we're unable to get their addresses to route.
rd_get_func_imp() returns some value for these ones though, but it's invalid and points outside a target memory region.

@rodionovd rodionovd added the bug label Jul 1, 2014
@rodionovd rodionovd self-assigned this Jul 1, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant