|
|
|
|
|
by bakul
626 days ago
|
|
> The solution for C I proposed is backwards compatible, and does not make existing code slower. Where can I read about it? The only way to make ptrs to array elements also safe that I can think of, is to replace them with triples: (base, element ptr, limit). |
|