<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Compiler Warning Error Example</title><link>http://www.bing.com:80/search?q=Compiler+Warning+Error+Example</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Compiler Warning Error Example</title><link>http://www.bing.com:80/search?q=Compiler+Warning+Error+Example</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>How to write a very basic compiler - Software Engineering Stack Exchange</title><link>https://softwareengineering.stackexchange.com/questions/165543/how-to-write-a-very-basic-compiler</link><description>How can I write a basic compiler to convert a static text into a machine readable file? The next step will be introducing variables into the compiler; imagine that we want to write a compiler which compile only some functions of a language. Introducing practical tutorials and resources is highly appreciated :-)</description><pubDate>Sun, 12 Apr 2026 18:27:00 GMT</pubDate></item><item><title>How Does A Compiler Work? - Software Engineering Stack Exchange</title><link>https://softwareengineering.stackexchange.com/questions/118586/how-does-a-compiler-work</link><description>A compiler is a program that translates the source code for another program from a programing language into executable code. The source code is typically in a high-level programming language (e. g. Pascal, C, C++, Java, Perl, C#, etc.).</description><pubDate>Tue, 14 Apr 2026 13:31:00 GMT</pubDate></item><item><title>Is Ken Thompson's compiler hack still a threat?</title><link>https://softwareengineering.stackexchange.com/questions/184874/is-ken-thompsons-compiler-hack-still-a-threat</link><description>Ken Thompson Hack (1984) Ken Thompson outlined a method for corrupting a compiler binary (and other compiled software, like a login script on a *nix system) in 1984. I was curious to know if modern</description><pubDate>Thu, 16 Apr 2026 14:47:00 GMT</pubDate></item><item><title>How do I create my own programming language and a compiler for it</title><link>https://softwareengineering.stackexchange.com/questions/84278/how-do-i-create-my-own-programming-language-and-a-compiler-for-it</link><description>A "compiler" is any device that translates from one programming language to another. One of the nice things about having a C# compiler that turns C# into IL, and an IL compiler (the "jitter") that turns IL into machine code, is that you get to write the C# compiler to IL (easy!), and put the processor-specific optimizations in the jitter.</description><pubDate>Tue, 14 Apr 2026 01:07:00 GMT</pubDate></item><item><title>Why doesn't Python need a compiler? - Software Engineering Stack Exchange</title><link>https://softwareengineering.stackexchange.com/questions/136942/why-doesnt-python-need-a-compiler</link><description>Just wondering (now that I've started with C++ which needs a compiler) why Python doesn't need a compiler? I just enter the code, save it as an exec, and run it. In C++ I have to make builds and a...</description><pubDate>Wed, 15 Apr 2026 23:31:00 GMT</pubDate></item><item><title>c++ - Is it bad practice to write code that relies on compiler ...</title><link>https://softwareengineering.stackexchange.com/questions/359027/is-it-bad-practice-to-write-code-that-relies-on-compiler-optimizations</link><description>Fortunately, you don't seem to be doing this. When it comes to performance, you have to rely on compiler-specific behavior in general, and compiler optimizations in particular. A standard-compliant compiler is free to compile your code in any way it wants to, as long as the compiled code behaves according to the language specification.</description><pubDate>Wed, 08 Apr 2026 05:17:00 GMT</pubDate></item><item><title>Understanding the differences: traditional interpreter, JIT compiler ...</title><link>https://softwareengineering.stackexchange.com/questions/246094/understanding-the-differences-traditional-interpreter-jit-compiler-jit-interp</link><description>I'm trying to understand the differences between a traditional interpreter, a JIT compiler, a JIT interpreter and an AOT compiler. An interpreter is just a machine (virtual or physical) that execu...</description><pubDate>Tue, 14 Apr 2026 03:51:00 GMT</pubDate></item><item><title>assembly - How does a JIT compiler actually emit and then call the ...</title><link>https://softwareengineering.stackexchange.com/questions/440610/how-does-a-jit-compiler-actually-emit-and-then-call-the-emitted-native-code</link><description>7 Assuming that a VM runs a JIT compiler on otherwise "interpreted" code, such as a line by line interpreter or some form of bytecode/IL code and determines that it can create optimised native code for some part of what is running, what mechanism is actually used to "emit" and then call the emitted code?</description><pubDate>Fri, 10 Apr 2026 11:27:00 GMT</pubDate></item><item><title>compiler - Does an interpreter produce machine code? - Software ...</title><link>https://softwareengineering.stackexchange.com/questions/300593/does-an-interpreter-produce-machine-code</link><description>A Java compiler produces code for the JVM. So the target machine of a compiler can be a virtual machine that is not executed directly by the hardware. The main difference between interpreter and compiler is that a compiler first checks and translates the whole source code into a target machine language. This compiled code is then executed by the machine it was meant for. On the other hand, an ...</description><pubDate>Sun, 12 Apr 2026 03:46:00 GMT</pubDate></item><item><title>How can a compiler be written for a language that allows rewriting code ...</title><link>https://softwareengineering.stackexchange.com/questions/332420/how-can-a-compiler-be-written-for-a-language-that-allows-rewriting-code-at-runti</link><description>However, I cannot understand how it would be possible to write a compiler for a language that allows you to rewrite code at-runtime (and then execute that code). How is this done? Is the compiler itself basically included in the generated compiled program, such that it can compile new sections of code? Or is there another way?</description><pubDate>Thu, 16 Apr 2026 17:25:00 GMT</pubDate></item></channel></rss>