ThesaHelp: ACM references a-e
ThesaHelp: references a-b
Topic: safe use of pointers
Topic: dynamic type checking
Topic: range checking
| |
Reference
Austin, T.M., Breach, S.E., Sohi, G.S.,
"Efficient detection of all pointer and array access errors",
Proceedings of the ACM SIGPLAN '94 Conference on Programming Language Design and Implementation (PLDI).
Google
Other Reference
ACM SIGPLAN Notices
Quotations
abstract ;;Quote: check all pointer and array accesses with an extended safe pointer representation; 2-6x time cost, less than 2x space cost
| 291 ;;Quote: safe pointer representation with base address, size, storage class, and liveness property; check all accesses with unnecessary checks avoided via runtime tests
|
Related Topics
ThesaHelp: ACM references a-e (259 items)
ThesaHelp: references a-b (396 items)
Topic: safe use of pointers (102 items)
Topic: dynamic type checking (43 items)
Topic: range checking (20 items)
|