Commit a1946f7
perf(R): only check ARM architecture when R fails
x64 R on ARM always crashes, so checking in the success path is
unnecessary. This avoids FFI overhead for all successful R checks
(the common case: x64 R on x64 Windows, ARM64 R on ARM64 Windows).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ce9b899 commit a1946f7
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
| |||
0 commit comments