f9ec821107
- Add `inline` to hot-path tiny functions: U256.isZero, U256.testBit, FieldP.reduceSelf, FieldP.neg, MutablePoint.isInfinity. These are called thousands of times per EC operation; inline eliminates virtual call overhead (mostly helps Kotlin/Native; JVM JIT already inlines). - Fix stale comment: G_TABLE_SIZE is 1024 for w=12 (was "64 for w=8") https://claude.ai/code/session_01BhU63WUe9AhikZxRdw3Lpg