ReinUsesLisp
b9a9b83bee
kernel: Implement host thread register methods without locking
...
Locks on GetCurrentHostThreadID were causing performance issues
according to Visual Studio's profiler. It was consuming twice the time
as arm_interface.Run(). The cost was not in the function itself but in
the lockinig it required.
Reimplement these functions using atomics and static storage instead of
an unordered_map. This is a side effect to avoid locking and using linked
lists for reads.
Replace unordered_map with a linear search.
2020-10-13 18:00:25 -03:00
..
2020-08-15 02:11:49 -04:00
2020-08-05 15:07:19 -04:00
2020-06-27 11:35:25 -04:00
2020-06-27 11:36:05 -04:00
2019-12-07 22:37:05 -05:00
2020-09-14 14:03:13 -04:00
2020-09-14 14:03:13 -04:00
2019-03-20 13:07:04 -04:00
2019-07-19 10:06:08 -04:00
2020-06-27 11:35:36 -04:00
2020-07-15 13:40:15 -04:00
2020-07-15 13:40:15 -04:00
2020-08-13 14:19:08 -04:00
2020-08-03 07:28:54 -04:00
2020-10-13 18:00:25 -03:00
2020-07-16 13:51:51 -04:00
2020-06-27 11:36:14 -04:00
2020-06-27 11:36:14 -04:00
2019-11-28 12:01:53 -05:00
2019-11-28 12:01:53 -05:00
2020-06-27 18:20:06 -04:00
2020-06-27 18:20:06 -04:00
2020-04-17 00:59:30 -04:00
2020-04-29 14:53:53 +10:00
2020-04-17 00:59:31 -04:00
2020-07-15 13:40:15 -04:00
2020-07-15 13:40:18 -04:00
2020-06-27 11:35:13 -04:00
2020-02-11 18:47:31 -04:00
2020-05-29 13:48:01 +10:00
2020-04-17 00:59:27 -04:00
2020-08-26 02:56:05 +00:00
2020-09-11 23:23:53 -07:00
2020-02-11 18:47:31 -04:00
2020-02-11 18:47:31 -04:00
2020-09-14 14:03:13 -04:00
2020-09-14 14:03:13 -04:00
2020-02-11 18:47:31 -04:00
2020-02-11 18:47:31 -04:00
2020-04-23 18:42:14 -04:00
2020-04-23 18:42:14 -04:00
2020-04-17 00:59:28 -04:00
2020-06-27 11:36:27 -04:00
2020-09-14 14:03:13 -04:00
2020-04-17 00:59:28 -04:00
2020-06-27 11:36:05 -04:00
2020-06-27 11:36:05 -04:00
2020-07-16 14:17:50 -04:00
2020-02-13 19:10:33 -04:00
2020-07-16 13:30:56 -04:00
2020-07-16 14:32:46 -04:00
2020-07-27 21:21:01 -04:00
2020-06-27 11:35:40 -04:00
2020-04-17 00:59:32 -04:00
2020-04-17 00:59:32 -04:00
2020-02-11 18:47:31 -04:00
2019-12-07 22:37:05 -05:00