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

<Memory> Optimised data space usage with correct qualifiers #158

Merged
merged 5 commits into from
Aug 18, 2022

Conversation

akashkollipara
Copy link
Member

  • Updated DP/SP to use correct qualifiers and types
  • Updated libresource to use correct qualifiers
  • Updated ealycon driver, plic driver,
    plat_timer to use malloc

Issue: #157

- Updated DP/SP to use correct qualifiers and types
- Updated libresource to use correct qualifiers
- <SiFive> Updated ealycon driver, plic driver,
  plat_timer to use malloc

Issue: #157
@akashkollipara akashkollipara added enhancement Upgrading feature or request critical update This is a critical update bug-critical System failure can be predicted labels Aug 15, 2022
@akashkollipara akashkollipara added this to the Lithium milestone Aug 15, 2022
@akashkollipara akashkollipara requested a review from a team August 15, 2022 20:03
@akashkollipara akashkollipara self-assigned this Aug 15, 2022
@akashkollipara akashkollipara marked this pull request as draft August 15, 2022 20:26
- Updated linker scipt to keep necessary sections
- Updated heap call to show and dump heap
@akashkollipara akashkollipara marked this pull request as ready for review August 16, 2022 07:46
@akashkollipara akashkollipara marked this pull request as draft August 16, 2022 07:46
- Updated system and platform drivers to handle errors better
  and prevent memory leaks
- Updated status code for lists
@sonarcloud
Copy link

sonarcloud bot commented Aug 18, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

0.0% 0.0% Coverage
3.7% 3.7% Duplication

@akashkollipara akashkollipara merged commit 668e876 into development Aug 18, 2022
@akashkollipara akashkollipara deleted the dev_akash_mem_opt branch August 18, 2022 20:43
akashkollipara added a commit that referenced this pull request Aug 18, 2022
<Memory> Optimised data space usage with correct qualifiers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-critical System failure can be predicted critical update This is a critical update enhancement Upgrading feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Bug: Memory optimization can be performed with correct use of qualifiers
2 participants