Conversation
This reverts commit ade401b.
akmed772
pushed a commit
that referenced
this pull request
Mar 18, 2026
* Support generic ARM64 (Linux, Windows) for Voodoo JIT codegen The ARM64 Voodoo JIT was already mostly portable — W^X calls were behind __APPLE__ guards, and the NO_CODEGEN gate already included _M_ARM64. The only missing piece was a Windows ARM64 I-cache flush path using FlushInstructionCache instead of GCC/Clang's __clear_cache builtin. * Add comprehensive testing and technical documentation - Add TESTING-GUIDE.md: User-facing build/test guide for macOS ARM64 - Prerequisites, build instructions, VM setup - Voodoo configuration (Dynamic Recompiler toggle, JIT debug logging) - Testing matrix, what to look for, issue reporting - Add ARM64-CODEGEN-TECHNICAL.md: Deep technical reference - Architecture overview, register allocation, encoding macros - Complete pipeline phases walkthrough (prologue through epilogue) - Key differences from x86-64, known issues, maintenance guide - Archive old planning/debug docs to voodoo-arm64-port/archive/ - Moved 11 working docs to archive (checklist, debug sessions, etc.) - Keeps main directory clean with only user-facing documentation * Remove hardcoded username from VM paths - Replace /Users/anthony with $HOME in test-with-vm.sh - Replace /Users/anthony with ~ in archived debugging doc - Makes repo safe to share publicly without personal info
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.
No description provided.