This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
ChocolArm64
Watch
1
Star
0
Fork
You've already forked ChocolArm64
0
mirror of
https://github.com/Ryujinx/ChocolArm64.git
synced
2024-12-23 05:45:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
57659ad0d2
ChocolArm64
/
Translation
/
VarType.cs
10 lines
121 B
C#
Raw
Normal View
History
Unescape
Escape
Split main project into core,graphics and chocolarm4 subproject (#29)
2018-02-20 20:09:23 +00:00
namespace
ChocolArm64.Translation
{
Misc. CPU optimizations (#575) * Add optimizations related to caller/callee saved registers, thread synchronization and disable tier 0 * Refactoring * Add a config entry to enable or disable the reg load/store opt. * Remove unnecessary register state stores for calls when the callee is know * Rename IoType to VarType * Enable tier 0 while fixing some perf issues related to tier 0 * Small tweak -- Compile before adding to the cache, to avoid lags * Add required config entry
2019-02-28 02:03:31 +00:00
enum
VarType
Split main project into core,graphics and chocolarm4 subproject (#29)
2018-02-20 20:09:23 +00:00
{
Arg
,
Flag
,
Int
,
Vector
}
}
Reference in a new issue
Copy permalink