OPTIMIZING COMPILER 한국어 뜻 - 한국어 번역

영어에서 Optimizing compiler 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Optimizing compiler.
컴파일러 최적화.
The Design of an Optimizing Compiler.
최적화 컴파일러의 디자인에.
Optimizing compilers.
컴파일러 최적화.
And that's one of the things the optimizing compiler does.
이것이 바로 최적화 컴파일러가 하는 일 중 하나이다.
Usually optimizing compilers make code faster, but sometimes they can cause unexpected performance problems.
최적화 컴파일러는 주로 코드를 빠르게 만들지만, 가끔 예상하지 못한 성능 문제를 야기하기도 한다.
Why do some engines have more optimizing compilers than others?
왜 어떤 엔진들은 다른 엔진들보다 더 최적화된 컴파일러를 가지고 있을까요?
When a part of thecode is very hot, the monitor will send it off to the optimizing compiler.
코드의 한 부분이 아주 뜨거울(hot)때, 모니터는 그 부분을 최적화 컴파일러에게 전송한다.
An optimizing compiler on the other hand takes a little longer, but eventually produces much more efficient machine code.
반대로 최적화 컴파일러는 시간이 조금 더 걸리지만 훨씬 효율적인 기계 코드를 생성합니다.
In order to make a faster version of the code, the optimizing compiler has to make some assumptions.
더 빠른 버전의 코드를 생성하기 위해, 최적화 컴파일러는 몇가지 가정을 해야한다.
The optimizing compiler uses the information the monitor has gathered by watching code execution to make these judgments.
최적화 컴파일러는 이러한 판단을 하기 위해 모니터가 코드의 실행을 지켜보며 수집한 정보들을 사용한다.
Theano combines aspects of a computer algebra system(CAS) with aspects of an optimizing compiler.
Theano는 컴퓨터 대수학 시스템 (CAS)의 측면을 최적화 컴파일러의 측면과 결합합니다.
An optimizing compiler on the other hand takes a little longer, but eventually produces much more efficient machine code.
반면에 최적화 컴파일러는 시간이 좀 더 걸리지만 결국 훨씬 더 효율적인 machine code를 만들어냅니다.
This guidance will probably change in the future, as we enable try/catch blocks in the optimizing compiler.
아마 향후에 최적화 컴파일러로 try/catch 블럭을 최적화 할 수 있게 되면, 이 가이드는 변경될 것입니다.
The Optimizing compiler, which produces great code for most JavaScript, but takes longer to compile.
최적화 컴파일러(Optimizing Compiler)는 대부분의 JavaScript 코드를 대단한 코드로 컴파일 하지만, 시간은 더 오래 걸립니다.
Frances E. Allen(born August 4,1932) n American computer scientist and pioneer in the field of optimizing compilers.
프랜시스 앨리자벳 앨런 (Frances Elizabeth "Fran" Allen,1932년 8월 4일~)은 미국의 컴퓨터 과학자이자 컴파일러 최적화 분야의 개척자이다.
An optimizing compiler on the other hand takes a little longer, but eventually produces much more efficient machine code.
반면에 optimizing compiler는 시간이 좀 더 걸리지만 결국 훨씬 더 효율적인 machine 코드를 생산합니다.
If at some point one of the assumptions turns out to be incorrect, the optimizing compiler deoptimizes and goes back to the interpreter.
어느 시점에서 가정 중 하나가 잘못된 것으로 판명될 경우, optimizing compiler는 최적화를 수행하지 않고 다시 interpreter로 돌아가게 됩니다.
IBM® XL C/C++ for z/VM® is an optimizing compiler designed for developing large, complex, computationally-intensive applications.
IBM® XL C/C++ for z/VM®은 대규모의 복잡하며 계산 집약적인 애플리케이션을 개발하도록 설계된 최적화 컴파일러입니다.
Frances Elizabeth"Fran" Allen(born August 4,1932) is an American computer scientist and pioneer in the field of optimizing compilers.
프랜시스 앨리자벳 앨런 (Frances Elizabeth "Fran" Allen,1932년 8월 4일~)은 미국의 컴퓨터 과학자이자 컴파일러 최적화 분야의 개척자이다.
One of the earliest notable optimizing compilers was that for BLISS(1970), which was described in The Design of an Optimizing Compiler 1975.
초기의 저명한 최적화 컴파일러 가운데 하나는 BLISS(1970년)의 것이었으며 1975년 최적화 컴파일러의 디자인에 기술되었다.
Not all functions can be optimized, however- some features prevent the optimizing compiler from running on a given function(a"bail-out").
그러나 모든 함수를 최적화 할 수는 없습니다. 일부 기능은 최적화 컴파일러가 특정 함수를 처리하는 것을 막습니다("최적화 지원을 하지 않음").
JavaScriptCore(abbreviated as JSC), Apple's JavaScript engine as used in Safari and React Native,takes it to the extreme with three different optimizing compilers.
JavaScriptCore(JSC로 약칭)는 Safari 및 React Native에서 사용되는 Apple의 JavaScript 엔진으로,세 가지 최적화 컴파일러를 극단적으로 사용합니다.
Second, if that function is still being called a lot, the JIT may decide to send it through the optimizing compiler again, so there's the cost of compiling it a second time.
둘째로, 해당 함수가 여전히 많은 빈도로 호출되고 있다면 JIT는 해당 함수를 다시 최적화 컴파일러에게 보내기로 결정할 수도 있는데, 여기에서 컴파일을 두 번 하는 것에 따른 비용이 발생한다.
You can examine how the optimizing compiler is bailing out on functions by using the"--trace-opt" option with d8 as above, which gives you more information on which functions were bailed out.
어떻게 최적화 컴파일러가 함수 최적화를 건너뛰는지에 대한 내용과 그 외에 더 많은 정보를 위에서 이야기했던 d8의 "--tract-opt" 옵션을 사용해서 얻을 수 있습니다.
If you think such a programming paradigm is too radical, too far away from theprocess of making a machine do your bidding, think about what the machine language programmers of the 1950s would think about a modern optimizing compiler.
이러한 프로그래밍 패러다임이 너무 급진적이라고 생각한다면, 여러분이 입찰한 기계를 만드는 일과너무 멀리 떨어져 있다면, 1950년대의 기계 언어 프로그래머가 현대의 최적화된 컴파일러에 대해 어떻게 생각할 지에 대해 생각해보세요.
The interpreter generates unoptimized bytecode quickly, and the optimizing compiler takes a little longer but eventually produces highly-optimized machine code.
Interpreter는 최적화되지 않은 bytecode를 빠르게 생성하며, optimazing compiler는 시간이 좀 더 걸리지만 결국 고도로 최적화된 머신 코드(optimized code)를 생성합니다.
A new portable optimizing C compiler has compiled itself and may be released this year.
이식성 있는 최적화 C 컴파일러가 컴파일러 자신을 통해 새로이 컴파일되어 만들어 졌으며 이번 해에 배포될 것이다.
LF95 Express includes the powerful Lahey/Fujitsu Fortran 95 optimizing command-line compiler, linker, comman-line debugger, librarian, support for creating DLLs and calling the Windows APIs, online documentation, and free e-mail support.
LF95 Express는 강력한 Lahey/Fujitsu Fortran 95 최적화 컴파일러, 링커(Linker), 명령 라인 디버거(Debugger), 라이브러리 관리도구(Librarian), DLLs 생성 지원, Windows API 호출, 온라인 문서들, 그리고 무료 이메일 기술지원 등이 제공됩니다.
An extreme example: if you define a variable, but never use it,GDB never sees that variable--because the compiler optimizes it out of existence.
극단적인 예로: 만일 여러분이 변수를 정의하였지만 결코 그것을 사용하지 않았다면,GDB는 결코 그 변수를 보지 못한다. --왜냐하면 컴파일러는 그 변수를 존재 하지 않는것으로 최적화 하기 때문이다.
결과: 29, 시각: 0.0495

문장에서 "optimizing compiler"을 사용하는 방법

Closing the gap — the formally verified optimizing compiler CompCert.
An optimizing Compiler for the Abstract State Machine Language CASM.
Customization: optimizing compiler technology for SELF by Chambers and Ungar.
Yes, an optimizing compiler may elide creating the empty objects.
Let me know when that new optimizing compiler is ready.
Walker, The Implementation of an Optimizing Compiler for Icon, The Univ.
The Rigetti Quil compiler, quilc, is an optimizing compiler for Quil.
Built to support development of an optimizing compiler for Tcl. (BSD).
Put from the bank on Optimizing Compiler when you rez it.
Switched to using SSA-based optimizing compiler both on ia32 and x64.

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어