Skip to content

Move C++ constructor and destructor tables and .bss to .irom0 (flash) #8737

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

Merged
merged 12 commits into from
Jan 5, 2023

Conversation

metarutaiga
Copy link
Contributor

the PR is from the issue #8731

The FREE_MORE_DRAM is force move some string literal into flash.
It's not stable.

for example the __get_global_locale is global, I didn't modify it ever.
But it has 364 bytes.

@metarutaiga metarutaiga changed the title Move C++ constructor and destructor tables and .bss to .irom0 (flash) #8731 Move C++ constructor and destructor tables and .bss to .irom0 (flash) Dec 2, 2022
@d-a-v d-a-v added the alpha included in alpha release label Dec 16, 2022
@mcspr mcspr linked an issue Jan 2, 2023 that may be closed by this pull request
@mcspr mcspr added this to the 3.1 milestone Jan 2, 2023
@mcspr mcspr merged commit 66ecc33 into esp8266:master Jan 5, 2023
hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpha included in alpha release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should the C++ constructor and destructor tables move into FLASH?
4 participants