[0050] VM Syscalls 3#418
Merged
zhangsoledad merged 10 commits intonervosnetwork:masterfrom Jan 4, 2024
Merged
Conversation
ba822fe to
86b5673
Compare
eval-exec
reviewed
Apr 23, 2023
951e1a2 to
ba75d91
Compare
ba75d91 to
5eaf939
Compare
mohanson
reviewed
Jun 9, 2023
mohanson
reviewed
Jun 9, 2023
This was referenced Jun 16, 2023
Merged
XuJiandong
requested changes
Jun 21, 2023
Co-authored-by: xjd <lynndon@gmail.com>
Contributor
There was a problem hiding this comment.
If I understood correctly, all M in this RFC means Mi.
According to "ISO/IEC 80000":
-
Mis "mega", it's a metric prefix, it means$10^{6}$ . - To represent
$2^{20}$ , IEC prefixMishould be used, it's short for "mebi", defined in "IEC 60027-2".
Contributor
|
Please add the introduction of Current MemoryGet the Current Memory Usage. The result is the sum of the memory usage of the parent script and the child script. int ckb_current_memory();The system call returns an integer. Multiply it by 0.5 to get the actual memory usage (unit: megabytes) |
Co-authored-by: Boyu Yang <yangby@cryptape.com>
Member
Author
Already added, please review |
This was referenced Jul 11, 2023
doitian
reviewed
Oct 25, 2023
Update 0050-vm-syscalls-3.md
XuJiandong
previously approved these changes
Nov 6, 2023
doitian
reviewed
Nov 9, 2023
Co-authored-by: ian <me@iany.me>
mohanson
approved these changes
Jan 4, 2024
XuJiandong
approved these changes
Jan 4, 2024
doitian
approved these changes
Jan 4, 2024
This file contains hidden or 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
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.
Preview