summary refs log tree commit diff stats
path: root/results/scraper/fex/510
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/510')
-rw-r--r--results/scraper/fex/5105
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/fex/510 b/results/scraper/fex/510
new file mode 100644
index 000000000..d527e0384
--- /dev/null
+++ b/results/scraper/fex/510
@@ -0,0 +1,5 @@
+Stop duplicating ASM dispatcher per thread
+Currently the ASM dispatcher is duplicated per thread, which is a waste of a page or two of memory per thread.

+Additionally it's burning a few cachelines of CPU cache.

+

+Clean this up
\ No newline at end of file