-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[loader-v2] Remove extra hash calculation from runtime environment #15256
Merged
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
⏱️ 3h 2m total CI duration on this PR
|
This was referenced Nov 12, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @georgemitenkov and the rest of your teammates on Graphite |
22 tasks
georgemitenkov
requested review from
gelash,
zekun000,
sasha8 and
danielxiangzl
as code owners
November 12, 2024 16:22
georgemitenkov
requested review from
runtian-zhou and
ziaptos
and removed request for
sasha8 and
danielxiangzl
November 12, 2024 16:22
gelash
approved these changes
Nov 12, 2024
georgemitenkov
force-pushed
the
george/parent-block-checks
branch
from
November 13, 2024 00:37
f190968
to
715f3a9
Compare
georgemitenkov
requested review from
msmouse,
lightmark,
grao1991,
vgao1996,
davidiw and
wrwg
as code owners
November 13, 2024 00:37
georgemitenkov
force-pushed
the
george/loader-v2-todos
branch
2 times, most recently
from
November 13, 2024 00:53
b77436a
to
e6e2c1d
Compare
msmouse
approved these changes
Nov 13, 2024
georgemitenkov
force-pushed
the
george/loader-v2-todos
branch
from
November 13, 2024 01:03
e6e2c1d
to
92d90fc
Compare
ziaptos
approved these changes
Nov 13, 2024
igor-aptos
approved these changes
Nov 13, 2024
georgemitenkov
force-pushed
the
george/loader-v2-todos
branch
from
November 13, 2024 10:41
92d90fc
to
433ddcf
Compare
georgemitenkov
force-pushed
the
george/parent-block-checks
branch
from
November 13, 2024 17:23
12292a2
to
d1cd4f5
Compare
georgemitenkov
force-pushed
the
george/loader-v2-todos
branch
from
November 13, 2024 17:23
433ddcf
to
578900f
Compare
georgemitenkov
force-pushed
the
george/parent-block-checks
branch
from
November 13, 2024 17:27
d1cd4f5
to
d9e5821
Compare
georgemitenkov
force-pushed
the
george/loader-v2-todos
branch
from
November 13, 2024 17:28
578900f
to
e160c75
Compare
georgemitenkov
force-pushed
the
george/parent-block-checks
branch
from
November 13, 2024 17:29
d9e5821
to
aa6fe64
Compare
georgemitenkov
force-pushed
the
george/loader-v2-todos
branch
from
November 13, 2024 17:30
e160c75
to
90381ab
Compare
georgemitenkov
force-pushed
the
george/parent-block-checks
branch
from
November 13, 2024 18:20
aa6fe64
to
1a54836
Compare
georgemitenkov
force-pushed
the
george/loader-v2-todos
branch
from
November 13, 2024 18:20
90381ab
to
53d70ff
Compare
georgemitenkov
force-pushed
the
george/parent-block-checks
branch
from
November 13, 2024 22:54
1a54836
to
4f1b9f9
Compare
georgemitenkov
force-pushed
the
george/loader-v2-todos
branch
from
November 13, 2024 22:54
53d70ff
to
5540323
Compare
georgemitenkov
force-pushed
the
george/loader-v2-todos
branch
from
November 13, 2024 23:36
5540323
to
de7b721
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
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.
Description
Before, when deserializing bytes into compiled module, runtime environment also returned size and hash. These were not needed because module cache has an "extension" just for that.
How Has This Been Tested?
Key Areas to Review
Type of Change
Which Components or Systems Does This Change Impact?
Checklist