-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When canister memory still was small (and unmanaged) it was sensible to reserve some space at the end. Now that the canister could in theory address over 400GB of space _and_ we have more convenient ways to access that than write into the end adresses, that complexity can be removed. The WASM page size constant is also redundant, as it is now provided by the CDK.
- Loading branch information
Frederik Rothenberger
committed
Feb 13, 2024
1 parent
12e96b3
commit 88ff754
Showing
2 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters