"컴파일러"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
Pythagoras0 (토론 | 기여) (→메타데이터: 새 문단) |
Pythagoras0 (토론 | 기여) |
||
87번째 줄: | 87번째 줄: | ||
<references /> | <references /> | ||
− | == 메타데이터 == | + | ==메타데이터== |
− | |||
===위키데이터=== | ===위키데이터=== | ||
* ID : [https://www.wikidata.org/wiki/Q47506 Q47506] | * ID : [https://www.wikidata.org/wiki/Q47506 Q47506] | ||
+ | ===Spacy 패턴 목록=== | ||
+ | * [{'LEMMA': 'compiler'}] | ||
+ | * [{'LOWER': 'code'}, {'LEMMA': 'compiler'}] | ||
+ | * [{'LEMMA': 'compiler'}] |
2021년 2월 17일 (수) 01:01 기준 최신판
노트
위키데이터
- ID : Q47506
말뭉치
- A compiler takes the recipe (code) for a new program (written in a high level language) and transforms this Code into a new language (Machine Language) that can be understood by the computer itself.[1]
- The compiler also ensures that your program is TYPE correct.[1]
- The compiler also ensures that your program is syntactically correct.[1]
- It is capable of creating code for a platform other than the one on which the compiler is running.[2]
- An interpreter converts high level language into low level machine language, just like a compiler.[2]
- The Compiler in one go reads the inputs, does the processing and executes the source code whereas the interpreter does the same line by line.[2]
- Compiler scans the entire program and translates it as a whole into machine code whereas an interpreter translates the program one statement at a time.[2]
- In computing, a compiler is a computer program that translates computer code written in one programming language (the source language) into another language (the target language).[3]
- If the compiled program can run on a computer whose CPU or operating system is different from the one on which the compiler runs, the compiler is a cross-compiler.[3]
- A bootstrap compiler is written in the language that it intends to compile.[3]
- A program that translates between high-level languages is usually called a source-to-source compiler or transcompiler.[3]
- A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or "code" that a computer's processor uses.[4]
- Using this virtual machine, the bytecode can optionally be recompiled at the execution platform by a just-in-time compiler.[4]
- A compiler works with what are sometimes called 3GL and higher-level languages.[4]
- The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, Go, and D, as well as libraries for these languages (libstdc++,...).[5]
- GCC was originally written as the compiler for the GNU operating system.[5]
- A compiler translates the code written in one language to some other language without changing the meaning of the program.[6]
- Compiler design principles provide an in-depth view of translation and optimization process.[6]
- Compiler design covers basic translation mechanism and error detection & recovery.[6]
- This tutorial requires no prior knowledge of compiler design but requires basic understanding of at least one programming language such as C, Java etc.[6]
- An optional course project is to write a complete compiler for COOL, the Classroom Object Oriented Language.[7]
- so a compiler can’t help you understand a program after it’s been translated.[8]
- The same compiler can even produce both types of translations, along with various versions in between.[8]
- You only need to use the compiler once.[8]
- What if the compiler makes a mistake?[8]
- A compiler is a computer program which helps you transform source code written in a high-level language into low-level machine language.[9]
- In single pass Compiler source code directly transforms into machine code.[9]
- The Two pass compiler method also simplifies the retargeting process.[9]
- The multipass compiler processes the source code or syntax tree of a program several times.[9]
- Compiler back ends vary greatly in internal structure.[10]
- A well-defined IF facilitates the construction of compiler families, in which front ends for one or more languages can be paired with back ends for many machines.[10]
- In many systems that compile for a virtual machine (to be discussed at greater length in Chapter 15), the compiler produces a stack-based medium-level IF.[10]
- Many of these tools, particularly in well-integrated environments, are directly supported by the compiler.[10]
- Could the compiler not have made space for even one from south of the border?[11]
- The vulnerability resides in the just-in-time compiler of IE’s JavaScript engine.[11]
- She also was intrigued by the compiler developed by John Backus, another future Turing Award winner.[11]
- Frances Allen, a computer scientist who became a pioneer in the world of computing for her work on compiler research, has died at 88.[11]
- The mbed Compiler provides a lightweight online C/C++ IDE that is pre-configured to let you quickly write programs, compile and download them to run on your mbed Microcontroller.[12]
- The compiler uses the professional ARMCC compiler engine, so it produces efficient code that can be used free-of-charge, even in commercial applications.[12]
- Every mbed user account gets their own private Compiler workspace which contains their programs.[12]
- To perform the actual compilation the mbed Compiler uses the industry standard ARM RVDS 4.1 compiler engine, in the default configuration, to give excellent code size and performance.[12]
- Qt is supported on a variety of 32-bit and 64-bit platforms, and can usually be built on each platform with GCC, a vendor-supplied compiler, or a third party compiler.[13]
- SDCC is a retargetable, optimizing C bare-metal compiler for various architectures.[13]
- When Qt Creator finds an x86_64 GCC compiler, it sets up an instance for the native x86_64 target.[13]
- If you plan to create also 32-bit x86 binaries without using a dedicated cross-compiler, select Auto-detection Settings > Detect x86_64 GCC compilers as x86_64 and x86.[13]
- A compiler is a program that translates source code into object code to be understood by a specific central processing unit (CPU).[14]
- A compiler executes its processes in phases to promote efficient design and correct transformations of source input to target output.[14]
- The compiler converts the sequence of characters that appear in the source code into a series of string characters known as tokens.[14]
- Please note that for the Windows platform, a C/C++ compiler must be installed separately.[15]
- The C compiler can be installed before or after you install Dymola.[15]
- You can run Dymola and browse models, but to translate any model you must install the C compiler.[15]
- To change the compiler Dymola uses to translate the model, use the command Simulation > Setup... and the Compiler tab.[15]
- The Closure Compiler is a tool for making JavaScript download and run faster.[16]
- What are the benefits of using Closure Compiler?[16]
- A C/C++ compiler converts C and C++ code into assembly language as shown in this example.[17]
- For example, a help compiler converts a text document embedded with appropriate commands into an online help system.[17]
- A dictionary compiler converts terms and definitions into a dictionary lookup system.[17]
- A compiler usually generates assembly language first and then translates the assembly language into machine language.[17]
- IDEs usually have facilities to help you quickly jump to compiler errors.[18]
- Online Cee Studio, from our sponsor, is an excellent free, online C and C++ compiler that lets you run your code from the web without having to install anything.[18]
- Our recommended free compiler setup![18]
- A compiler is necessary to make your source code (..c, .cpp, or .cc files) into a running program.[18]
- Arm Compiler provides the earliest, most complete, and most accurate support for the latest architectural features and extensions of the Arm architecture.[19]
- Arm Compiler is a mature toolchain that is tailored to the development of bare-metal software, firmware, and Real-Time Operating System (RTOS) applications.[19]
- Important: Each of the compiler packages listed below comes with a license which allows you to use the latest version of CC-RX, V3.[20]
- Before purchasing a compiler package, be sure to confirm which version number and type of license for CC-RX you actually wish to use.[20]
- This license upgrades the version of the compiler from standard edition V3 to professional edition V3.[20]
- Writing software that must satisfy functional safety standards requires verification of the compiler generating code which is safe in the stipulated ways.[20]
- The following table presents compiler support for new C++ features.[21]
- Use MSBuild with the Microsoft Visual C++ compiler or a 3rd party toolset like CMake with Clang or mingw to build and debug your code right in the IDE.[22]
- It will undoubtedly require some massaging for any contemporary compiler to accept it, and I can't really help you with this process.[23]
- The javac compiler reads source files written in the Java programming language, and compiles them into class files.[24]
- The following links are for resources about the compiler, provided by non-Oracle contributors.[24]
- Our superior compiler optimizations can be tuned to get the most out of whatever chip you use.[25]
- Green Hills Compiler optimizations reduce your memory costs by reducing the size of your executable.[25]
- These arguments must be specified in the order expected by the compiler.[26]
- After the task completes, the terminal shows output from the compiler that indicates whether the build succeeded or failed.[26]
- The C/C++ extension attempts to populate compilerPath with the default compiler location based on what it finds on your system.[26]
- If you have Visual Studio or WSL installed, you may need to change compilerPath to match the preferred compiler for your project.[26]
- - What does Compiler mean?[27]
소스
- ↑ 1.0 1.1 1.2 Compiling C Programs
- ↑ 2.0 2.1 2.2 2.3 Introduction of Compiler Design
- ↑ 3.0 3.1 3.2 3.3 Wikipedia
- ↑ 4.0 4.1 4.2 Definition from WhatIs.com
- ↑ 5.0 5.1 GCC, the GNU Compiler Collection
- ↑ 6.0 6.1 6.2 6.3 Compiler Design Tutorial
- ↑ Compilers
- ↑ 8.0 8.1 8.2 8.3 What Is a Compiler, Anyway?
- ↑ 9.0 9.1 9.2 9.3 Compiler Design Tutorial: What is, Types, Tools, Example
- ↑ 10.0 10.1 10.2 10.3 Compiler - an overview
- ↑ 11.0 11.1 11.2 11.3 Definition of Compiler by Merriam-Webster
- ↑ 12.0 12.1 12.2 12.3 mbed Compiler - Handbook
- ↑ 13.0 13.1 13.2 13.3 Qt Creator Manual
- ↑ 14.0 14.1 14.2 Compiler Definition & Meaning
- ↑ 15.0 15.1 15.2 15.3 Dymola - Dassault Systèmes®
- ↑ 16.0 16.1 Google Developers
- ↑ 17.0 17.1 17.2 17.3 Definition of compiler
- ↑ 18.0 18.1 18.2 18.3 C and C++ Compiler Information and Reviews
- ↑ 19.0 19.1 Arm Compiler – Arm Developer
- ↑ 20.0 20.1 20.2 20.3 C/C++ Compiler Package for RX Family
- ↑ C++ compiler support
- ↑ C++ IDE and Compiler for Windows
- ↑ Compiler Design in C
- ↑ 24.0 24.1 The Compiler Group
- ↑ 25.0 25.1 Green Hills Optimizing Compilers
- ↑ 26.0 26.1 26.2 26.3 Get Started with C++ and Mingw-w64 in Visual Studio Code
- ↑ Definition from Techopedia
메타데이터
위키데이터
- ID : Q47506
Spacy 패턴 목록
- [{'LEMMA': 'compiler'}]
- [{'LOWER': 'code'}, {'LEMMA': 'compiler'}]
- [{'LEMMA': 'compiler'}]