nac3_sca/nac3core
pca006132 750d912eb4 nac3core: do list bound check and negative index handling
Raise error when index out of range. Note that we use llvm.expect to
tell the optimizer that we expect not to raise an exception, so the
normal path performance would be better. If this assumption is violated,
the exception overhead might be slightly larger, but the percentage
increase in overhead should not be high since exception unwinding is
already pretty slow.
2022-02-12 22:50:32 +08:00
..
src nac3core: do list bound check and negative index handling 2022-02-12 22:50:32 +08:00
Cargo.toml lock insta version (#179) 2022-01-31 15:18:49 +08:00
build.rs nac3core: build script use Path::join 2022-01-09 12:06:45 +08:00