Skip to content
Success

Changes

Summary

  1. For stores on Apple Silicon, emit `stlr` instead of `dmb ishld; str`. (commit: 48b9b73) (details)
  2. Introduce Sixtyfour memory chunk to handle unaligned accesses (commit: 5f2b948) (details)
  3. Address reviewer comments. (commit: a2e25d6) (details)
Commit 48b9b736ee719a5645de0a30db86710edb87751a by kc
For stores on Apple Silicon, emit `stlr` instead of `dmb ishld; str`.
(commit: 48b9b73)
The file was modifiedasmcomp/arm64/emit.mlp (diff)
Commit 5f2b948a56124aa0864e202e0270475fbf97e21c by kc
Introduce Sixtyfour memory chunk to handle unaligned accesses
(commit: 5f2b948)
The file was modifiedasmcomp/s390x/emit.mlp (diff)
The file was modifiedasmcomp/printcmm.ml (diff)
The file was modifiedasmcomp/amd64/emit.mlp (diff)
The file was modifiedasmcomp/cmm_helpers.ml (diff)
The file was modifiedasmcomp/power/emit.mlp (diff)
The file was modifiedasmcomp/riscv/emit.mlp (diff)
The file was modifiedasmcomp/cmm.ml (diff)
The file was modifiedasmcomp/arm64/selection.ml (diff)
The file was modifiedasmcomp/arm64/emit.mlp (diff)
The file was modifiedasmcomp/cmm.mli (diff)
The file was modifiedasmcomp/thread_sanitizer.ml (diff)
Commit a2e25d6d9aae00fb6762e0c3a890f4ad23b73be6 by kc
Address reviewer comments.
(commit: a2e25d6)
The file was modifiedChanges (diff)
The file was modifiedasmcomp/arm64/emit.mlp (diff)