Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove libc subsituation #450

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Remove libc subsituation #450

merged 1 commit into from
Jun 3, 2024

Conversation

qwe661234
Copy link
Collaborator

Based on the performance evaluation, the checking overhead of libc subsituation is larger than its performance improvement in most cases. Its effectiveness only displays in the specific cases, and it cannot be further optimized though JIT. Therefore, we decided to remove this mechanism.

Based on the performance evaluation, the checking overhead of libc
subsituation is larger than its performance improvement in most cases.
Its effectiveness only displays in the specific cases, and it cannot be
further optimized though JIT. Therefore, we decided to remove this
mechanism.
Copy link
Contributor

@jserv jserv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks

Benchmark suite Current: b8bb4b4 Previous: ded6f04 Ratio
Dhrystone 4.44 Average DMIPS over 10 runs 4.37 Average DMIPS over 10 runs 0.98
Coremark 0.004 Average iterations/sec over 10 runs 0.004 Average iterations/sec over 10 runs 1

This comment was automatically generated by workflow using github-action-benchmark.

@jserv jserv merged commit 2cbd4aa into sysprog21:master Jun 3, 2024
8 checks passed
@jserv jserv added this to the release-2024.1 milestone Jun 4, 2024
vestata pushed a commit to vestata/rv32emu that referenced this pull request Jan 24, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants