Displaying 3 results from an estimated 3 matches for "obsolut".
Did you mean:
absolut
2015 Jul 01
2
[LLVMdev] C as used/implemented in practice: analysis of responses
...ww.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 can identify a
stronger-than-ISO mainstream semantics. For example, our Q12, making
a null pointer by casting from an expression that isn't a constant but
that evaluates to 0, might be in this category.
- some are used more rarely but in important use-cases, and we...
2004 Jun 16
4
Digium X100P vs Dodgy Ebay X100P
Hi
I thought this might be of general interest.
Recently I purchased an X100P from a Digium reseller in the UK. Very
pleased with the card; works perfectly. My friend (known for his deep
pockets and short arms) purchased an X100P card from Ebay. He's had no end
of problems with line noise, dropped called etc so I thought I would compare
the two cards. Plus mine was delivered within two
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 --