Stenzek
|
f3671d21f3
|
CPU/CodeCache: Reduce far code size when using NewRec
|
2024-06-30 16:45:51 +10:00 |
|
Stenzek
|
9b42ad3859
|
CPU/CodeCache: Purge JitCodeBuffer
|
2024-06-30 16:45:51 +10:00 |
|
Stenzek
|
be8fbafd71
|
CPU/CodeCache: Always dynamically allocate code buffer
Reduces .bss size.
|
2024-06-30 16:45:51 +10:00 |
|
Stenzek
|
4e922a34a7
|
Log: Simplify macros
|
2024-05-24 02:08:14 +10:00 |
|
Stenzek
|
9f90f14c48
|
CPU/CodeCache: Only print code size stats on request
|
2024-05-24 00:30:06 +10:00 |
|
Stenzek
|
b6d019db66
|
Misc: Replace log printf calls with fmt
|
2024-05-24 00:29:49 +10:00 |
|
Stenzek
|
8f415a44e6
|
CPU/NewRec: Fix register allocation crash on Linux
|
2024-05-14 15:13:18 +10:00 |
|
Stenzek
|
fa104acdd1
|
Misc: Purge unused code and report startup error to host
|
2024-05-05 22:29:26 +10:00 |
|
Stenzek
|
71f50566f3
|
System: Consider pending ticks when using global ticks
|
2024-04-07 19:01:48 +10:00 |
|
Stenzek
|
4599109854
|
CPU/CodeCache: Clear backpatch info for blocks when recompiled
|
2024-02-27 22:16:59 +10:00 |
|
Stenzek
|
454cceab80
|
CPU/CodeCache: Move backpatch lookup after RAM check
Saves a map lookup if we're just invalidating code.
|
2024-02-27 21:04:26 +10:00 |
|
Stenzek
|
4a70164dac
|
CMake: Determine host page size at build time
Needed for running on Asahi Linux.
|
2024-02-25 20:30:41 +10:00 |
|
Stenzek
|
c1381cfda6
|
System: Gracefully handle memory allocaion failure
|
2024-02-25 20:30:41 +10:00 |
|
Stenzek
|
ff9dc11a38
|
CPU/CodeCache: Increase frame delta for manual protected blocks
Reduces stutter in Wild Arms 2.
|
2024-02-24 15:06:24 +10:00 |
|
Stenzek
|
14e3969736
|
Misc: Warning fixes
|
2024-01-26 14:31:03 +10:00 |
|
Stenzek
|
21bbe5c76c
|
CPU/CodeCache: Fix page error when rewinding
|
2023-12-19 22:38:27 +10:00 |
|
Stenzek
|
6a7dea6908
|
CPU/CodeCache: Fix rewinding on Apple Silicon
|
2023-12-18 21:01:57 +10:00 |
|
Stenzek
|
a499e21453
|
CPU/CodeCache: Don't try to compile direct double branches
Invalidation nightmare.
|
2023-12-15 13:46:48 +10:00 |
|
Stenzek
|
8ce2be57c5
|
CPU/CodeCache: Call Block constructor/destructor
Fixes crash in MSVC Debug build.
|
2023-11-29 19:16:33 +10:00 |
|
Stenzek
|
117cbeecaa
|
CPU/CodeCache: Fix NewRec on Apple Silicon
|
2023-10-28 14:41:29 +10:00 |
|
Stenzek
|
f786138175
|
CPU/CodeCache: Fix crash on Apple Silicon
|
2023-10-24 18:30:34 +10:00 |
|
Stenzek
|
6592cafadc
|
CPU/NewRec: Add speculative constants
|
2023-10-22 00:07:46 +10:00 |
|
Stenzek
|
c727ac33c7
|
CPU/CodeCache: Include hi/lo in state logging
|
2023-10-21 13:49:35 +10:00 |
|
Stenzek
|
9501439d6b
|
CPU: Add new experimental recompiler
|
2023-10-18 00:49:01 +10:00 |
|
Stenzek
|
a062b00c1a
|
Bus: Protect main RAM buffer
Get rid of write-time checks.
|
2023-10-18 00:49:01 +10:00 |
|
Stenzek
|
79e1ae3e54
|
CPU/CodeCache: Rewrite using new-rec's block management
|
2023-10-18 00:49:01 +10:00 |
|
Stenzek
|
56fc207af6
|
CPU: Use lookup tables for memory access
|
2023-10-01 20:48:02 +10:00 |
|
Stenzek
|
b1bb33a566
|
Common: Move CPU macros to types.h
|
2023-10-01 13:57:25 +10:00 |
|
Stenzek
|
dd204d116e
|
CPU: Warning fix
|
2023-10-01 13:20:14 +10:00 |
|
Stenzek
|
ac0601f408
|
Common: Drop String, add SmallString
|
2023-09-23 14:14:52 +10:00 |
|
Stenzek
|
3c68543491
|
Bus: 16KB page compatibility for mmap fastmem
|
2023-09-23 14:14:52 +10:00 |
|
Stenzek
|
68b59ee748
|
CMake: Swap USE_ and WITH_ for ENABLE_
Consistency.
|
2023-09-17 12:36:52 +10:00 |
|
Stenzek
|
80e3d29ab8
|
Misc: clang-cl warning clean-up
|
2023-09-03 14:30:26 +10:00 |
|
Stenzek
|
5b980dafa5
|
System: Refactor main loop
Reduces JIT exits.
Improves runahead performance.
|
2023-08-16 01:13:00 +10:00 |
|
Connor McLaughlin
|
05eea3cd2b
|
CPU/CodeCache: Always compute uncached fetch ticks
Running code out of uncached ROM is slowwww.
|
2023-01-11 19:15:59 +10:00 |
|
Connor McLaughlin
|
8c7a192128
|
Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
|
2022-12-04 21:03:49 +10:00 |
|
Connor McLaughlin
|
601e3586b2
|
CPU/CodeCache: Impove overflow handling
|
2022-11-05 14:43:52 +10:00 |
|
Connor McLaughlin
|
7bbacd2392
|
Misc: Remove unused code
|
2022-08-22 19:55:38 +10:00 |
|
Connor McLaughlin
|
541947c6f8
|
CPU/CodeCache: Fix currently-invalidated blocks breaking memory states
|
2022-01-06 22:47:10 +10:00 |
|
Connor McLaughlin
|
c440593788
|
CPU/CodeCache: Add InvalidateAll() method
|
2021-12-25 14:28:32 +10:00 |
|
Connor McLaughlin
|
a542fa85d6
|
CPU/CodeCache: Fix crash when switching from interpreter to recompiler
|
2021-07-31 13:29:02 +10:00 |
|
Connor McLaughlin
|
5bf24265aa
|
CPU/CodeCache: Fix compilation without recompiler
|
2021-07-27 13:11:46 +10:00 |
|
Connor McLaughlin
|
c9f8828448
|
CPU/CodeCache: Drop block linking warning to dev level
|
2021-07-27 13:11:42 +10:00 |
|
Connor McLaughlin
|
d9d41de81b
|
CPU/Recompiler: Skip updating current_instruction_pc
|
2021-07-24 13:30:35 +10:00 |
|
Connor McLaughlin
|
21938e14c6
|
CPU/Recompiler: Implement block linking
|
2021-07-24 13:07:11 +10:00 |
|
Connor McLaughlin
|
033d85cd90
|
CPU/Recompiler: Simplify fast map addressing
|
2021-07-24 13:03:43 +10:00 |
|
Connor McLaughlin
|
7ea78ad2df
|
CPU/CodeCache: Fix incorrect macro for code buffer size
|
2021-07-20 00:00:43 +10:00 |
|
Connor McLaughlin
|
ca747d8d7a
|
CPU/CodeCache: Support UWP
|
2021-07-11 15:20:38 +10:00 |
|
Connor McLaughlin
|
7c43f5c13e
|
CPU/CodeCache: Fix compilation on 32-bit x86
|
2021-05-26 02:48:46 +10:00 |
|
Connor McLaughlin
|
8c7282046b
|
CPU/CodeCache: Re-enable interpreter fallback heuristic
|
2021-05-20 12:19:25 +10:00 |
|