Displaying 2 results from an estimated 2 matches for "asplos15".
Did you mean:
asplos13
2015 Jul 01
2
[LLVMdev] C as used/implemented in practice: analysis of responses
...asked?
>
> Where do we draw the line? What do we consider "a reasonable
> deviation" from just "plain wrong"?
It varies from case to case, and one has to be pragmatic. But from
what we see, in our survey results and in Table 1 of
http://www.cl.cam.ac.uk/~dc552/papers/asplos15-memory-safe-c.pdf,
there are a number of non-ISO idioms that really are used pervasively
and for good reasons in systems code.
- some are actually supported by mainstream compilers but not
documented as such, e.g. where the ISO standard forbade things for
now-obsolute h/w reasons. For those, we ca...
2015 Jul 01
3
[LLVMdev] C as used/implemented in practice: analysis of responses
On 1 July 2015 at 10:17, Renato Golin <renato.golin at linaro.org> wrote:
> On 1 July 2015 at 03:53, Sean Silva <chisophugis at gmail.com> wrote:
>> Unfortunately in other cases it is very hard to communicate what the user
>> should assert/why they should assert it, as Chris talks about in his blog
>> posts. So it realistically becomes sort of black and white --