From 99b2692425ff4045f103cde0745624b9b41d6fe6 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 19 Sep 2018 12:16:20 -0300 Subject: 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 --- ChocolArm64/AThread.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ChocolArm64/AThread.cs') diff --git a/ChocolArm64/AThread.cs b/ChocolArm64/AThread.cs index 76b36da4..38c2b53d 100644 --- a/ChocolArm64/AThread.cs +++ b/ChocolArm64/AThread.cs @@ -46,8 +46,6 @@ namespace ChocolArm64 return false; } - Work.Name = "cpu_thread_" + Work.ManagedThreadId; - Work.Start(); return true; -- cgit v1.2.3