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

WIP: compile other MIPS programs #2726

Closed
wants to merge 2 commits into from
Closed

Conversation

dannywillems
Copy link
Member

@dannywillems dannywillems commented Oct 21, 2024

Also see https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-2
And for testing #2605
Use elf to read initial memory/register state.

@dannywillems dannywillems marked this pull request as draft October 21, 2024 14:59
@dannywillems dannywillems self-assigned this Oct 21, 2024
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.10%. Comparing base (ae58bc5) to head (cf718d9).
Report is 793 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2726      +/-   ##
==========================================
- Coverage   72.52%   72.10%   -0.43%     
==========================================
  Files         247      258      +11     
  Lines       57691    63000    +5309     
==========================================
+ Hits        41843    45423    +3580     
- Misses      15848    17577    +1729     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dannywillems
Copy link
Member Author

For however who will work on this, see an ELF loader here

@dannywillems
Copy link
Member Author

Note that the ELF loader has been merged. Should work for small programs, but still need to be polished.
It will be part of the improvements for the RISC-V interpreter.

@dannywillems dannywillems reopened this Dec 5, 2024
@dannywillems
Copy link
Member Author

Closing in favor of #2906 and #2911 and #2886

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

Successfully merging this pull request may close these issues.

1 participant