Compiler/Related Articles: Difference between revisions
< Compiler
Jump to navigation
Jump to search
imported>Daniel Mietchen m (Robot: Starting Related Articles subpage. Please check and brush. For context, see here.) |
imported>Daniel Mietchen m (Robot: encapsulating subpages template in noinclude tag) |
||
Line 1: | Line 1: | ||
{{subpages}} | <noinclude>{{subpages}}</noinclude> | ||
==Parent topics== | ==Parent topics== |
Revision as of 16:53, 11 September 2009
- See also changes related to Compiler, or pages that link to Compiler or to this page or whose text contains "Compiler".
Parent topics
Subtopics
Bot-suggested topics
Auto-populated based on Special:WhatLinksHere/Compiler. Needs checking by a human.
- .NET Framework [r]: Bundle of interdependent programs required to create and run programs using C# and multiple other programming languages on most versions of Microsoft Windows. [e]
- Buffer overflow [r]: In computers and computer security, occurs when more data is written to a memory buffer than can fit into the memory buffer. [e]
- Byte [r]: A byte is a unit of data consisting of (usually) eight binary digits, each of which is called a bit. [e]
- C (programming language) [r]: General-purpose procedural programming language developed in 1972. [e]
- Canary value [r]: Add brief definition or description
- Computer architecture [r]: Add brief definition or description
- Computer engineering [r]: Discipline that deals with the design and production of computer hardware, the design and development of low-level computer software, and computer hardware-software integration. [e]
- Computer science [r]: The study of how computers work, and the algorithms, data structures and design principles used in their operation and programming. [e]
- Computer [r]: A machine that executes a sequence of instructions. [e]
- Constant folding [r]: Add brief definition or description
- Copy propagation [r]: An enabling optimization used in computer compilers that organizes data to improve subsequent optimizations. [e]
- Dead code elimination [r]: A compiler optimization which removes instructions which can be shown not to affect the operation of the program. [e]
- Erlang (programming language) [r]: Programming language designed by Joe Armstrong at Ericsson for concurrency and stability especially in mission-critical telecommunications systems. Now used widely for multi-threaded concurrent applications. [e]
- Google Web Toolkit [r]: Open source web framework written in Java. [e]
- Graph coloring [r]: Graph labelling, which assigns labels traditionally called 'colours' to elements of a graph subject to certain constraints. [e]
- Instruction set architecture [r]: Add brief definition or description
- Interpreter (computer) [r]: In computer science, anything that turns one set of instructions into another set of instructions that are then immediately (or nearly immediately) executed. In the abstract sense, "instructions" can be anything, from operating system commands to a specific programming language (such as Python) [e]
- Java (programming language) [r]: A popular object-oriented programming language originally created by Sun Microsystems. [e]
- Java platform [r]: A bunch of programs needed for creating and running programs written in the Java programming language. [e]
- Language (general) [r]: A type of communication system, commonly used in linguistics, computer science and other fields to refer to different systems, including 'natural language' in humans, programming languages run on computers, and so on. [e]
- Late binding [r]: The assignment of data types (such as integer or string) to variables at the time of execution of a computer program, rather than during the compilation phase. [e]
- Linux distribution [r]: A version of Linux comprised of the Linux kernel, all or part of the GNU operating system, and assorted other software. [e]
- Linux naming controversy [r]: A dispute between the Free Software Foundation and various Linux-supporting groups over the naming of operating systems that are based on the Linux kernel and use GNU utilities. [e]
- Linux [r]: Please do not use this term in your topic list, because there is no single article for it. Please substitute a more precise term. See Linux (disambiguation) for a list of available, more precise, topics. Please add a new usage if needed.
- List of code generation topics [r]: Add brief definition or description
- List of compiler optimizations [r]: Add brief definition or description
- List of languages using the .NET Framework [r]: Add brief definition or description
- List of seminal concepts in computer science [r]: Add brief definition or description
- Optimization (computer science) [r]: Add brief definition or description
- Parallel computation [r]: Add brief definition or description
- Pointer (computer science) [r]: Add brief definition or description
- Programming language [r]: Add brief definition or description
- Register allocation by graph coloring [r]: Add brief definition or description
- Register allocation [r]: Add brief definition or description
- Ruby (programming language) [r]: Add brief definition or description
- Source code [r]: Add brief definition or description
- Stack frame [r]: Add brief definition or description
- Translation system [r]: Add brief definition or description