aboutsummaryrefslogtreecommitdiff
path: root/modules/system-lib.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-01 21:49:18 -0400
committerCraig Jennings <c@cjennings.net>2026-07-01 21:49:31 -0400
commit75198a74bfd9c50b29b13b2d9a3205504a13c4ef (patch)
tree44c2791fc10fd619bb51c7a241e24134e4c44de3 /modules/system-lib.el
parent35cbde39ffd459593589b36318a6bc2962703599 (diff)
downloaddotemacs-75198a74bfd9c50b29b13b2d9a3205504a13c4ef.tar.gz
dotemacs-75198a74bfd9c50b29b13b2d9a3205504a13c4ef.zip
fix(native-comp): compile at speed 2 to preserve redefinition semantics
At speed 3 the native compiler emits direct calls for functions in the same compilation unit, bypassing the symbol's function cell. Any cl-letf mock of a module's own helper then silently runs the real code: the recording tests' mocked wayland check and device validation were bypassed, and make test launched real wf-recorder screen captures. Speed 2 is the highest level that preserves redefinition semantics. A meta test now pins the setting; the local eln cache needs one flush so stale speed-3 artifacts recompile.
Diffstat (limited to 'modules/system-lib.el')
0 files changed, 0 insertions, 0 deletions