We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checklist (Please check before submitting)
Is your feature request related to a problem? Please describe. MM_FillMem writes memory in a tight loop here with no MM_SegmentBreak:
MM/fsw/src/mm_load.c
Lines 825 to 839 in 90cbd8d
Both MM_LoadMemFromFile and MM_DumpMemToFile do have a MM_SegmentBreak (example):
Lines 576 to 604 in 90cbd8d
MM_FillMem is likely quicker, but should still support a break
Describe the solution you'd like Add MM_SegmentBreak
Describe alternatives you've considered Could leave as is, but large fill command processing could hog the CPU
Additional context None
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#21, Add MM_SegmentBreak to MM_FillMem()
62466a9
ad520dd
8e179d1
074abd2
Merge pull request #53 from thnkslprpt/fix-21-add-MM_SegmentBreak-to-…
4024503
…MM_FillMem Fix #21, Add MM_SegmentBreak() to MM_FillMem()
Successfully merging a pull request may close this issue.
Checklist (Please check before submitting)
Is your feature request related to a problem? Please describe.
MM_FillMem writes memory in a tight loop here with no MM_SegmentBreak:
MM/fsw/src/mm_load.c
Lines 825 to 839 in 90cbd8d
Both MM_LoadMemFromFile and MM_DumpMemToFile do have a MM_SegmentBreak (example):
MM/fsw/src/mm_load.c
Lines 576 to 604 in 90cbd8d
MM_FillMem is likely quicker, but should still support a break
Describe the solution you'd like
Add MM_SegmentBreak
Describe alternatives you've considered
Could leave as is, but large fill command processing could hog the CPU
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: