-
-
Notifications
You must be signed in to change notification settings - Fork 819
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor[tool]: refactor storage layout export (#3789)
refactor storage layout allocator. separate concerns of allocating the storage layout and exporting the storage layout into separate functions. this is intended to make it easier to add features to the storage layout export in the future fix several bugs in storage layout overrides, including: - handle stateful modules - add a sanity check that the override file roundtrips - ignore non-storage variables in override files - set nonreentrant lock properly for all functions instead of panicking misc: add `n_slots` to each storage layout item in the export
- Loading branch information
1 parent
608feda
commit 96a8384
Showing
7 changed files
with
499 additions
and
152 deletions.
There are no files selected for viewing
Empty file.
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
Oops, something went wrong.