Compiler > Related Articles
From Citizendium, the Citizens' Compendium
< Compiler
- See also pages that link to Compiler or to this page.
Contents |
Parent topics
Subtopics
Other related topics
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 combines both Electronic Engineering and Computer Science, including software design and 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]: Add brief definition or description
- 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 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; this term is 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]: A free and open source operating system kernel designed by Linus Torvalds. [e]
- 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]: The list of compilers that target the .NET Framework. [e]
- List of seminal concepts in computer science [r]: Add brief definition or description
- Optimization (computer science) [r]: Transformation of computer programs and compilers to decrease runtime. [e]
- Parallel computation [r]: Add brief definition or description
- Pointer (computer science) [r]: The memory address of some data in computer science. [e]
- Programming language [r]: A formal language specification, and programs for translating the formal language to machine code. [e]
- Register allocation by graph coloring [r]: Add brief definition or description
- Register allocation [r]: Add brief definition or description
- Ruby (programming language) [r]: Dynamically-typed, object-oriented programming language created by Yukihiro Matsumoto in 1995. [e]
- Source code [r]: Human-readable code which a compiler turns into a compiled piece of software or an interpreter runs. [e]
- Stack frame [r]: A memory management strategy used to create and destroy temporary (automatic) variables in some programming languages. [e]
- Translation system [r]: Sub-field of computational linguistics that investigates the use of computer software to translate text or speech from one natural language to another. [e]

