Does developing applications for SPARC, IBM PowerPC require separate compliers, other than x86 and x86-64 targets?
I am working on a project that requires reading text files, extracting data from them, and then generating reports (text files). Since there are a lot of string parsing, I decided to do it in Perl or
Sorry for the kind of general question. More details about what I want: I want the user to be able to write some Python code and execute it. Once there is an exception which is not handled, I want th
How can I make 开发者_运维问答Xcode tell the compiler not to link? I am making a library which may not link to anything. Where can I set in the target\'s properties that it must not link to the stand
What is the purpose of using AST while building a compiler (with ANTLR). Is it necessary to have one? What is th开发者_开发百科e so called TreeParser and how can one use it? Is it possible to build a
I am trying to create a backend of my language for .NET platform. The front-end and interpreter written in Delphi.
does struct member alignment in VC bring performance benefit? if it is what is the best performance implication by using this and which size开发者_如何学C is best for current cpu architecture (x86_64,
How does an optimizing c++ compiler determine when a stack slot of a function(part of stack frame of a function) is no longer needed by that function, so it can reuse its memory? .
I\'m wondering if simply compiling my msvc project with sse/sse2 will have any effect. I do for example vector normalization and dot product but I do these wth math, not any specific function. Is ther
How do I compile a java program in a different version if I have 1.6 and I want i开发者_JAVA技巧t compiled in 1.5? Would it be like...