Ryujinx/Ryujinx.HLE/HOS/Kernel
gdkchan 99b2692425
Fix performance regression caused by the new scheduler changes (#422)
* Call interrupt less often, remove some leftovers from the old scheduler code

* Remove unneeded attribute
2018-09-19 12:16:20 -03:00
..
AddressSpaceType.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
ArbitrationType.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
HleCoreManager.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
HleScheduler.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
IKFutureSchedulerObject.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
KAddressArbiter.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
KCoreContext.cs Fix performance regression caused by the new scheduler changes (#422) 2018-09-19 12:16:20 -03:00
KernelErr.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
KEvent.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
KMemoryBlock.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KMemoryInfo.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KMemoryManager.cs Fix MapPhysicalMemory when block position is less than map position (#359) 2018-08-17 10:39:35 -03:00
KProcessHandleTable.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KRecursiveLock.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
KScheduler.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
KSchedulingData.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
KSession.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KSharedMemory.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KSynchronization.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
KSynchronizationObject.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
KThread.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
KTimeManager.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
KTlsPageManager.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KTransferMemory.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
MemoryAttribute.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
MemoryPermission.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
MemoryState.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
SignalType.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
SvcHandler.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
SvcMemory.cs SvcSetHeapSize: match kernel check for invalid size (#374) 2018-08-21 13:05:12 -03:00
SvcSystem.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
SvcThread.cs Fix performance regression caused by the new scheduler changes (#422) 2018-09-19 12:16:20 -03:00
SvcThreadSync.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00
ThreadSchedState.cs Thread scheduler rewrite (#393) 2018-09-18 20:36:43 -03:00