Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where are the other functions? #93

Open
xphoniex opened this issue Mar 10, 2023 · 0 comments
Open

Where are the other functions? #93

xphoniex opened this issue Mar 10, 2023 · 0 comments

Comments

@xphoniex
Copy link

I'm running a program for ARM target which calls function A, which calls B, and B calls B1 and B2. Each of those call B_end:

   A──►B┌─► B.1 ─► B_end
        │
        └─► B.2 ─► B_end

none of the fns are inline, when running cargo +nightly call-stack --bin <name>, I'm only getting:

name::B.2
name::B_end

where are the rest? are they inlined? I'm even seeing calls to other crates that they make but nothing else from my own crate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant