-
Notifications
You must be signed in to change notification settings - Fork 105
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
refactor(core-code) Optimisation of read-write structures for code instrumentation #4274
Open
Lazark0x
wants to merge
21
commits into
master
Choose a base branch
from
code-instrumentation-refactoring
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…or better consistency
breathx
requested changes
Oct 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be refactored as discussed in dm
breathx
added
A1-inprogress
Issue is in progress or PR draft is not ready to be reviewed
and removed
A0-pleasereview
PR is ready to be reviewed by the team
labels
Oct 7, 2024
…harge architecture was changed to type state pattern
Lazark0x
changed the title
refactor(core-code) InstrumentedCode is made a member of the Code
refactor(core-code) Optimisation of read-write structures for code instrumentation
Oct 21, 2024
Lazark0x
removed
the
A1-inprogress
Issue is in progress or PR draft is not ready to be reviewed
label
Oct 21, 2024
ark0f
requested changes
Oct 28, 2024
…n-refactoring # Conflicts: # gclient/src/api/calls.rs
…n-refactoring # Conflicts: # ethexe/runtime/common/src/lib.rs # gtest/src/manager.rs # gtest/src/manager/block_exec.rs # pallets/gear-program/src/migrations/add_section_sizes.rs # pallets/gear-program/src/migrations/v12_program_code_id_migration.rs # pallets/gear/src/tests.rs # runtime/vara/src/migrations.rs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Code structure constructor now returns 3 parameters: InstrumentedCode, OriginalCode and CodeMetadata
CodeMetadata contains all the necessary data to infer the need for code instrumentation
Rewritten precharge to type-state pattern