You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(R): optimize ARM architecture checks and add documentation
Performance improvements:
- Check isX64R first to short-circuit when R is ARM64 (correct setup)
- Only check ARM architecture when R fails (x64 R on ARM always crashes)
- Avoids FFI overhead for all successful R checks
Documentation:
- Explains why kernel32.dll FFI is needed and safe
- Links to validation repo and Microsoft API docs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments