asm-js / validator

A reference validator for asm.js.
Apache License 2.0
1.78k stars 148 forks source link

require &-masking of array indices #17

Closed dherman closed 11 years ago

dherman commented 12 years ago

To ensure zero-bailing of array indexing, the validator should require the indices to be &-masked.