[host_memory] remove unused fastmem fallback path #3133

Open
Lizzie wants to merge 2 commits from remove-unused-fastmem-fallback into master
Member

basically nobody ever used that path, we instead soft-crash upon not being able to allocate backing storage, we do still attempt to allocate a virtual base through, but if backing storage fails for any reason whatsoever, we pretty much cant run the emulator anyways

Signed-off-by: lizzie lizzie@eden-emu.dev

basically nobody ever used that path, we instead soft-crash upon not being able to allocate **backing** storage, we do still attempt to allocate a virtual base through, but if backing storage fails for any reason whatsoever, we pretty much cant run the emulator anyways Signed-off-by: lizzie <lizzie@eden-emu.dev>
[host_memory] remove unused fastmem fallback path
Some checks failed
eden-license / license-header (pull_request) Failing after 15s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
c90c277909
basically nobody ever used that path, we instead soft-crash upon not being able to allocate **backing** storage, we do still attempt to allocate a virtual base through, but if backing storage fails for any reason whatsoever, we pretty much cant run the emulator anyways

Signed-off-by: lizzie <lizzie@eden-emu.dev>
Lizzie force-pushed remove-unused-fastmem-fallback from c90c277909
Some checks failed
eden-license / license-header (pull_request) Failing after 15s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
to 35e7bd4637
All checks were successful
eden-license / license-header (pull_request) Successful in 17s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
2025-12-04 01:46:26 +01:00
Compare
DraVee force-pushed remove-unused-fastmem-fallback from 35e7bd4637
All checks were successful
eden-license / license-header (pull_request) Successful in 17s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
to 361f543479
All checks were successful
eden-license / license-header (pull_request) Successful in 19s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
2025-12-04 18:20:13 +01:00
Compare
DraVee force-pushed remove-unused-fastmem-fallback from 361f543479
All checks were successful
eden-license / license-header (pull_request) Successful in 19s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
to 3415903714
All checks were successful
eden-license / license-header (pull_request) Successful in 20s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
2025-12-09 21:02:19 +01:00
Compare
All checks were successful
eden-license / license-header (pull_request) Successful in 20s
Required
Details
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
This pull request doesn't have enough approvals yet. 0 of 2 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin remove-unused-fastmem-fallback:remove-unused-fastmem-fallback
git switch remove-unused-fastmem-fallback
Sign in to join this conversation.
No description provided.