Re: How to tell which compiler in C code?
do you want to have a direct dependency to a specific compiler or
would it be sufficient to only differ between the CPU architectures.
Second case you can differ with general settings like the compiler
command line "/D ARM"
.
Relevant Pages
- Re: Compiling in 32 vs 64 platform problem
... I use Intel Fortran compiler version 8.1. ... -|followed by linking of the different object files. ... -|go smoothly but the results obtained from the program differ from ... -|those that I get on 32 bit architecture machines. ... (comp.lang.fortran) - Re: What is Expressiveness in a Computer Language
... as much of the working fragments as I can, and I want a `safety net' to ... and staying where the compiler can prove I'll be ok. ... on the static/dynamic thing and see how the approaches differ. ... (comp.lang.functional) - Re: Local Class Question
... > public static Foo getFooImpl(final int i) { ... The only way I can see this as working is that the compiler ... ever differ from the original. ... method is distinct from the copy in the inner class instance, however, ... (comp.lang.java.programmer) - Re: Why is C# 450% slower than C++ on nested loops ??
... Here is an interesting article on the optimizations of the new 2005 compiler. ... >>Sorry, above is not completely true, the C# IL may differ as I only compared ... >>(only for the loop part), the results are quite different. ... > exists because the two IL sequences are so different. ... (microsoft.public.dotnet.languages.csharp) - Re: More static type fun.
... The only operation that can fail is the typecase, ... Exactly how does this differ from Lisp throwing a runtime ... it's at least statically detectable: it differs from Lisp ... not have been warned by the compiler about. ... (comp.lang.lisp) |
|