[UDFS] Improve Performance#8
Open
Zero3K20 wants to merge 4 commits into
Open
Conversation
0403459 to
121130c
Compare
Author
121130c to
13d18c7
Compare
5 tasks
Copilot AI
added a commit
to Zero3K20/reactos
that referenced
this pull request
Apr 28, 2026
- Replace {NOTHING;}/{} no-op macros with ((void)0) in udf_dbg.h and mem_tools.cpp
- Remove illegal x86 __asm int 3 UDFBreakPoint; use DbgBreakPoint() only
- Add //#define BRUTE comment in udffs.h
- Rewrite UDFSetBits/UDFClrBits with byte-fill fast path (RtlFillMemory/RtlZeroMemory)
- Word-at-a-time bitmap verification in UDFCheckSpaceAllocation_
- Bounds-checked word loop and null-FSBM_Bitmap guard in UDFMarkBadSpaceAsUsed
- Remove redundant UDF_TRACK_ONDISK_ALLOCATION debug assertion loops in UDFMarkSpaceAsXXXNoProtect_
- Advance SearchStart after allocating a fragment in UDFAllocFreeExtent_
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/f5db4087-5531-451c-8404-721a9ea9e9f0
Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
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.
Before:
https://github.com/user-attachments/assets/5b46625a-f163-4124-b624-61bcb4cfa024
After:
https://github.com/user-attachments/assets/4206fcd8-4e5d-486f-86af-33ee46777cb2
Before:
https://github.com/user-attachments/assets/def23299-a9bf-4313-8fa8-df922464e96c
After:
https://github.com/user-attachments/assets/00cb31ae-7519-4705-af7b-795f8325c56d