Skip to content

[UDFS] Improve Performance#8

Open
Zero3K20 wants to merge 4 commits into
assorted:udf-devfrom
Zero3K20:improve-performance
Open

[UDFS] Improve Performance#8
Zero3K20 wants to merge 4 commits into
assorted:udf-devfrom
Zero3K20:improve-performance

Conversation

@Zero3K20 Zero3K20 force-pushed the improve-performance branch 5 times, most recently from 0403459 to 121130c Compare February 21, 2026 22:38
@Zero3K20
Copy link
Copy Markdown
Author

@assorted

@Zero3K20 Zero3K20 force-pushed the improve-performance branch from 121130c to 13d18c7 Compare April 27, 2026 05:49
@Zero3K20 Zero3K20 closed this Apr 28, 2026
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>
@Zero3K20 Zero3K20 reopened this May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants