-
Notifications
You must be signed in to change notification settings - Fork 15
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
Avoid dynamic allocation #126
base: avoid-allocation
Are you sure you want to change the base?
Avoid dynamic allocation #126
Conversation
….51_use_asm_macro
01d00f5
to
c9fa2f4
Compare
c9fa2f4
to
0209669
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor changes. The duplicate mapping is very strange and may be revealing an underlying bug. I'll need to dig in to it. I think it is going to block this, unfortunately, because if the double mapping is expected, we need to decide how to suppress all of those messages.
…const-usage Replace magic numbers with constants in linux.rs
…m_macro Resolve mythril-hypervisor#51, use new asm! macro
…id-allocation Avoid many instances of dynamic allocation
ea2e514
to
411d660
Compare
Well that's annoying. Working on fixing that mess. |
411d660
to
990de9d
Compare
7cfc6b4
to
dc6423a
Compare
No description provided.