mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
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.
6.2 KiB
6.2 KiB