Type casts should be used instead of calls to the *val functions as function calls impose additional overhead.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rARC578f540a92b1: Add a linter rule for `*val` functions
Added unit tests.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think "for consistency" is a stronger motivator here than overhead, but rule itself is fine.