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

Rust function call analysis #464

Open
2 tasks
another-rex opened this issue Aug 2, 2023 · 2 comments
Open
2 tasks

Rust function call analysis #464

another-rex opened this issue Aug 2, 2023 · 2 comments
Labels
backlog Important but currently unprioritized

Comments

@another-rex
Copy link
Collaborator

Follow up to the initial rust function call analysis introduced in: #452

  • Support proc macros by disabling LTO for those binaries
  • Speed up compile time by disabling LTO for dependencies
@another-rex another-rex mentioned this issue Aug 11, 2023
6 tasks
another-rex added a commit that referenced this issue Aug 15, 2023
Support rust for call analysis, the current version is fully working for
any rust binary or library that can be built with `cargo build`

Part of #476

TODO:
- [x] Figure out what if anything is wrong with the go analysis (Nothing
is wrong, added another test for the future)
- [x] Add documentation to rust call analysis
- [x] Add tests
  - [x] extractRlibArchive
  - [x] ar
  - [ ] rustBuildSource integration test

Limitations: #464
Copy link

This issue has not had any activity for 60 days and will be automatically closed in two weeks

@github-actions github-actions bot added the stale The issue or PR is stale and pending automated closure label Jul 22, 2024
Copy link

github-actions bot commented Aug 5, 2024

Automatically closing stale issue

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 5, 2024
@oliverchang oliverchang added backlog Important but currently unprioritized and removed stale The issue or PR is stale and pending automated closure labels Aug 5, 2024
@oliverchang oliverchang reopened this Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Important but currently unprioritized
Projects
None yet
Development

No branches or pull requests

2 participants