On 14/12/2013, at 11:34 PM, srean wrote:

> How did you do that ! Dont tell me you ported Libjudy to ISO standard :). Or 
> are you disabling the aggressive optimizations

You probably don't understand the ISO C conformance model.

A compiler conforms if it does at least what the Standard says it has to do.

A program is *strictly conforming* if ALL conforming compilers
compile it.

A program is conforming if AT LEAST ONE conforming compiler
can compile it.

The issue of Judy being conforming or not is also not a well formed issue.
Only whole programs are subject to the predicate "conforming".

So in this case if you want to get pedantic .. well I can be even 
more of a pedant :)

Technically, the C conformance model is broken: identifiers longer
than 8 characters render any code non-strictly conforming.

C++ has a completely different conformance model: there's
no notion of a conforming program at all, and there are no hard
limits.

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to