Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOptional array check mode #79
Comments
|
See #49 |
|
The use of |
|
Pending:
|
To help with debugging it would be useful to compile in a "safe" mode where all array access is bounds checked. That would involve replacing all
with an accessor function. This will have potentially very large performance costs so we'd want to be able to turn this on and off easily but probably at compile time