summary refs log tree commit diff stats
path: root/results/scraper/fex/1245
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/1245')
-rw-r--r--results/scraper/fex/12453
1 files changed, 3 insertions, 0 deletions
diff --git a/results/scraper/fex/1245 b/results/scraper/fex/1245
new file mode 100644
index 000000000..80a4516d7
--- /dev/null
+++ b/results/scraper/fex/1245
@@ -0,0 +1,3 @@
+Support runtime selection of atomic ops on the interpreter
+With #1244 merged. The Interpreter now uses only ARMv8.0 atomics for OP_CAS.

+Once we switch to a dispatcher jump table like ARM and x86-64 JIT, then we should do a runtime selection for the inline ASM or std::atomic using the ARMv8.1 ops.
\ No newline at end of file