Skip to content
New issue

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

split JIT.cpp and SPURecompiler.cpp #14973

Merged
merged 4 commits into from
Jan 14, 2024
Merged

split JIT.cpp and SPURecompiler.cpp #14973

merged 4 commits into from
Jan 14, 2024

Conversation

oltolm
Copy link
Contributor

@oltolm oltolm commented Dec 30, 2023

I split those two files into an LLVM and a non-LLVM parts. SPURecompiler.cpp has 12400 lines and JIT.cpp 1500 lines. SPURecompiler.cpp is so big that clangd has trouble working and I have a fast CPU. I made sure to keep the git history. Maybe it's not worth splitting JIT.cpp because it's not that big. I could revert it.

rpcs3/rpcs3.vcxproj Outdated Show resolved Hide resolved
@Megamouse Megamouse added the Refactoring Refactors or simplifies existing code label Dec 31, 2023
@oltolm oltolm force-pushed the split branch 2 times, most recently from ea31b7d to 53d888f Compare January 1, 2024 10:15
rpcs3/Emu/CMakeLists.txt Outdated Show resolved Hide resolved
@Megamouse Megamouse merged commit 0ae1578 into RPCS3:master Jan 14, 2024
3 of 6 checks passed
@oltolm oltolm deleted the split branch January 14, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactoring Refactors or simplifies existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants