• Is Apple's work on LLVM and Clang part of a longer-term strategy for evolving its platform?

    苹果LLVMClang 方面工作是否是平台发展长期战略一部分?

    youdao

  • LLVM compiler optimization bug or what?

    LLVM编译器优化错误什么

    youdao

  • No use of LLVM?

    使用LLVM

    youdao

  • LLVM code generation and optimization is good but expensive.

    LLVM代码生成优化功能非常优秀但是开销非常昂贵

    youdao

  • We also believed that LLVM was a more robust JIT than it turned out to be.

    我们坚信LLVM一个更加健壮JIT,起码现在看起来应该健壮很多。

    youdao

  • We're getting great output from LLVM, especially using our type profiling work.

    我们LLVM得到了很好的输出尤其是在使用我们的性能剖析器的时候。

    youdao

  • Although it has been available for a while, LLDB sees its first release in LLVM 2.8.

    尽管LLDB早前已经可以下载使用,这次LLVM 2.8中的LLDB却是首次正式发布

    youdao

  • The LLVM IR interpreter was investigated in order to interpret faster #eval expressions.

    为了更快解释#eval表达式研究了LLVMIR解释器

    youdao

  • In 1.0-rc1, you have to pass — enable-llvm to configure to have Rubinius built with LLVM.

    1.0- rc 1中需要在配置时传入——enable - llvm构建带有llvmRubinius

    youdao

  • Are there any interfaces in LLVM to compile inline function into internal representation?

    LLVM编译内部表示任何内联函数接口

    youdao

  • We will have to modify the LLVM interpreter a little bit in order to fully use it from MacRuby.

    我们不得不稍微修改一下LLVM解释器,让它可以完全使用

    youdao

  • Unfortunately, LLVM in its current state is really designed as a static compiler optimizer and back end.

    不幸的是,从设计之初,LLVM就是作为一个静态编译器优化器以及端。

    youdao

  • If you still want to write your own module, LLVM provides instructions on how to extend their compiler.

    如果自己模块LLVM提供说明如何延长自己编译器

    youdao

  • The expression is compiled into LLVM IR, then bitcode, then assembly, then machine code. True compilation.

    表达式编译LLVMIR然后转换成位码(bitcode),再变成汇编语句,最后变成机器码。

    youdao

  • If LLVM is compiled in, the JIT is on by default, automatically compiling methods that are run a lot into machine code.

    如果编译时加入LLVM,会默认开启JIT自动将多次运行方法编译成机器码

    youdao

  • Roll down the Settings configuration page until approximately 60% and you'll find a section called Apple LLVM 5.0 Language.

    下来设置配置直到60%,发现称为苹果LLVM 5语言

    youdao

  • Unladen Swallow was an attempt to bring LLVM optimisations to the CPython runtime, but hasn't seen significant activity for the last year.

    unladen swallow尝试LLVM优化引入CPython运行时但是去年却没有取得重大进展。

    youdao

  • The Mono runtime, which also released version 2.8 today, includes support for LLVM as a JIT (with mon-llvm) to aid in runtime optimisation.

    Mono运行现在已经发布了2.8版本包含了对LLVM支持,将其作为JIT使用mono-llvm辅助运行时优化。

    youdao

  • You can try out web-based demo to see how code is compiled into LLVM IR, or read the LLVM blog or see the documentation for more information.

    可以通过试用基于web的演示观察代码如何编译LLVMIR的,通过查看LLVM博客文档来获取更多的信息。

    youdao

  • Extending LLVM can be a bit of a hassle, especially considering how fast-moving the compiler team is, so it's a good thing you don't have to.

    延伸LLVM可能有点麻烦特别是考虑到编译器球队多么快速所以好事,不必

    youdao

  • Shortly after I published the original Copland 2010 series of articles, details about Apple's involvement in the LLVM project started to surface.

    发表Copland 一文不久之后,有关苹果参与LLVM 计划细节开始浮出水面。

    youdao

  • While using LLVM helped us get off the ground very, very quickly, it quickly became a liability, and we ended up having to fix lots of bugs in the JIT support.

    使用LLVM帮助我们很快地起步,但是却很快成为我们负担,我们不得不修复大量JIT进行支持的bug结束我们的工作。

    youdao

  • The goal was an ambitious one; to port the LLVM runtime framework as the CPython interpreter, and merge it in with an option to turn on the checks for JIT compilation.

    目标曾经多么野心勃勃引入LLVM运行时架构作为CPython解释器然后作为一个选项能够JIT编译的时候打开

    youdao

  • Most of the important optimizations for optimizing Python require high-level knowledge of how the program executed on previous iterations, and LLVM didn't help us do that.

    而大多数Python优化需要更高层知识,例如程序前一个迭代中如何执行的,LLVM并不能在此发挥作用。

    youdao

  • Since it runs on a LLVM (Low Level Virtual Machine), other languages can be supported in the future, and there are a number of compilers under development including Objective-C and FORTRAN.

    由于是运行LLVM(虚拟)上,其他语言未来支持实际上现在正在开发包括Objective - cFORTRAN在内的编译器

    youdao

  • Unlike GCC, which is a monolithic compiler released under the GPL, the LLVM family of tools are more modular - and thanks to a more permissive BSD license, can be embedded in commercial tools.

    基于GPL授权单一编译器GCC不同LLVM工具更为模块化而且得益于更为宽松BSD授权LLVM可以嵌入商业工具中。

    youdao

  • This makes it possible to build other parsers and translators to generate the same assembly code and take the advantage of being able to be used on any platform that is supported by the LLVM family.

    使得构建其他解析翻译器成为可能,只需生成相同编码,便支持所有LLVM族支持的平台

    youdao

  • The initial choice to use LLVM was made because at the time none of us had significant experience with x86 assmebly, and we really wanted to support x86 and x86_64 and potentially ARM down the road.

    开始选择使用LLVM是因为那个时候我们没用x86汇编语言丰富经验我们真的希望能够支持x86x86_64,如果可能的话,将来也希望支持ARM架构。

    youdao

  • We are looking into LLVM in even more futuristic side tracks of our project, but as our target platform is ABAP, compiling Ruby to BRIL with a compiler written in Ruby was the most pragmatic solution.

    我们考虑项目未来派的一边使用LLVM我们目标平台ABAP实用的方法就是Ruby的编译来把Ruby代码编译成BRIL了。

    youdao

  • We are looking into LLVM in even more futuristic side tracks of our project, but as our target platform is ABAP, compiling Ruby to BRIL with a compiler written in Ruby was the most pragmatic solution.

    我们考虑项目未来派的一边使用LLVM我们目标平台ABAP实用的方法就是Ruby的编译来把Ruby代码编译成BRIL了。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定