mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 23:41:07 +00:00
b3e4d9169b
As an example, GetInt64 used to perform 8 bounds checks, one for each slice access. By performing a bound check on the highest index, the number of checks is reduced to one through bounds-check-elimination.