Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Remove unused heap from startup assembly #333

Open
forGGe opened this issue Dec 19, 2017 · 1 comment
Open

Remove unused heap from startup assembly #333

forGGe opened this issue Dec 19, 2017 · 1 comment

Comments

@forGGe
Copy link
Collaborator

forGGe commented Dec 19, 2017

Startup code contains heap reservation:

https://github.com/forGGe/theCore/blob/c81a18a1d7e8ead263625c4fab9904fe2a50a9a4/arch/arm_cm/startup_arm_cm.S#L56-L60

However, there is no need for heap in many cases, so if heap size is not set, heap should be eliminated.
Implementation must be re-tested on all embedded platforms to make sure heap is not used there.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant