Commits

Norio Nomura committed 7c4b7f34ac2
Reduce creation of `Location` Performance improvement is small on real usage. But, it reduces the duration of `make test` from: ``` … ✓ testTypeBodyLengths (15.942 seconds) … Executed 70 tests, with 0 failures (0 unexpected) in 22.355 (22.393) seconds ``` to: ``` … ✓ testTypeBodyLengths (8.197 seconds) … Executed 70 tests, with 0 failures (0 unexpected) in 14.455 (14.500) seconds ```