• yacc: yet another compiler compiler

    yacc一个编译器的编译器

    youdao

  • The compiler layer contains the object models that correspond with information exposed at each phase of the compiler pipeline, both syntactic and semantic.

    编译包含了一些对象模型这些模型编译器管道各个阶段暴露出来信息——包括句法和语义上的信息——相关。

    youdao

  • The last option has the lowest expected throughput/latency performance but zero pauses from the JIT compiler because the JIT compiler is completely disabled in this scenario.

    最后一个选项具有最低预期吞吐量/延迟性能没有JIT编译器引起的暂停因为方案完全禁用 JIT 编译器。

    youdao

  • In the front end of the compiler, the internal representation for GIMPLE was redefined, meaning that the compiler consumes less memory.

    编译前端GIMPLE内部表示重新定义,意味着编译器将消耗更少内存

    youdao

  • The compiler layer also contains a representation of a single invocation of a compiler, including assembly references, compiler options, and source code files.

    编译包含编译器单独调用展现其中包括集成引用、编译器选项以及源代码文件。

    youdao

  • Use the cics compiler option and its parameter (refer to Table 2) to invoke the integrated cics syntax checker and translator feature of the compiler.

    通过使用cics编辑选项及其参数(请参见2),可以调用编译集成cics语法检查器转换器功能

    youdao

  • A dynamic compiler mitigates this cost by eventually compiling all the interpreted methods that are frequently called by JIT compiled code, but without a dynamic compiler, this cost can't be hidden.

    动态编译通过最终编译所有JIT编译代码频繁调用那些解释过的方法减少这项开销但是如果不使用动态编译器,则这项开销就不可避免。

    youdao

  • The other possible branches in the code are either inline functions (which can, obviously, be inlined by the compiler), or are easily branch-eliminated by the compiler.

    其他代码要么内联函数(显然可以编译器进行内联),要么可以由编译器轻松消除分支的代码。

    youdao

  • You cannot mix programs compiled using THREAD compiler option and programs compiled using the default NOTHREAD compiler option in the same application.

    同一个应用程序中,不能使用THREAD编译选项编译的程序使用默认NOTHREAD编译器选项编译的程序混合在一起。

    youdao

  • Mr. Bellard is perhaps most famous for writing the tiny c compiler (tcc), a popular lightweight compiler in the Linux community.

    不仅如此,Bellard先生过去还编写tcc编译器而在Linux社群享有盛名。

    youdao

  • In order to enable the 64-bit GCC compiler in SLES8, developers should ensure that their configure scripts and Makefiles are aware of this compiler.

    为了SLES8可以使用64编译器,开发者应该确保他们配置脚本Makefile文件可以识别出这个编译器。

    youdao

  • The compiler doesn't blindly compile everything though I think it can be deployed as an ahead-of-time (AOT) compiler. It kicks in whenever method execution counters trip over some threshold.

    虽然认为可以编译部署AOT(ahead-of-time)编译器,但其实并不盲目地编译所有东西,只有方法执行计数器超过某个阈值时它才会生效。

    youdao

  • To get some insight into what the compiler is doing, try invoking the JVM with the -XX:+PrintCompilation flag, which causes the compiler (client or server) to print a short message every time it runs.

    为了深入了解编译什么,请 -XX:+PrintCompilation 标志调用JVM,这个标志会使编译器(客户机服务器)每次运行的时候打印一条消息

    youdao

  • You should also have a C compiler, such as the GNU Compiler Collection (GCC), and a suite of development tools that includes make and m4.

    同时,还需要C编译器,例如GNUCompilerCollection (GCC),包含makem4开发工具

    youdao

  • The -q option in the command for the COBOL programs passes the THREAD compiler option to compiler.

    用于COBOL程序命令中的- q选项THREAD编译器选项传递编译器。

    youdao

  • If runtime compiler (JIT) is supported, the VM needs to do JIT related initialization, including initializing the compilation policy, compiler back end, code cache, etc.

    如果支持运行时编译,CVM需要JIT相关初始化,包括初始编辑策略,编译器代码缓存等等。

    youdao

  • 64-bit compiler - a 64-bit compiler is scheduled for the 1st half of 2011.

    64编译器:计划于明年上半年发布一个64位的编译器。

    youdao

  • The RHEL3 implementation utilizes a "biarch" style twin compiler, with which a compiler flag (-m64) is used to enable 64-bit compilation.

    RHEL3实现利用了个“biarch风格编译器,使用一个编译器标记(- m64)进行64编译

    youdao

  • If the programmer can simulate aconstruct faster than a compiler can implement the construct itself, then the compiler writer has blown it badly. (Guy Steele)

    如果程序员模拟一个结构编译实现这个结构还快这个编译器的可够烂的。

    youdao

  • Use the -i compiler option to help the compiler locate the Xerces header files.

    使用- i编译选项帮助编译器找到xerces文件。

    youdao

  • To make things more complicated, HotSpot comes with two compilers: the client compiler and the server compiler.

    为了事情变得更复杂HotSpot 提供了两个编译器:客户机编译器服务器编译器。

    youdao

  • The default is to use the client compiler; you can select the server compiler by specifying the -server switch when starting the JVM.

    默认采用客户机编译器;在启动J VM可以指定- server开关选择服务器编译器。

    youdao

  • Many of the shorter delays were clearly introduced by the JIT compiler, so performing the compilations earlier and then disabling the JIT compiler was clearly a step forward.

    JTI编译明确引入了许多较短延迟所以较早执行编译,然后禁用JIT编译器显然是一进步

    youdao

  • Don't want to use a special compiler such as AspectJ compiler (ajc).

    不想使用特殊编译器,比如aspectj编译器(ajc)。

    youdao

  • Flex offers several kinds of compilers: the Web-tier compiler, the MXMLC command-line compiler, and the Flex Builder project compiler.

    Flex提供了多种编译器:Web - tier编译器、mxmlc命令行编译器FlexBuilder项目编译器。

    youdao

  • This project is only about writing the back-end part of the compiler. The front-end is based on Walter' s compiler, which he made available as open source.

    这个项目只是编写编译端,前端基于Walter的开源编译器,我尽量避免修改前端。

    youdao

  • "Conway's Law" states that "If you have four groups working on a compiler, you'll get a 4-pass compiler."

    康威规律规定如果4编译小组,那你有4路编译器”。

    youdao

  • EasyMock fools the compiler about a lot of things, but it isn't quite smart enough to fool the compiler into believing that void is a legal argument type.

    EasyMock许多方面能够 “欺骗编译器,但是不足以让编译器相信void有效的参数类型)。

    youdao

  • The z/OS C compiler is actually both a C and C++ compiler in one, and can be called either from native z/OS or USS.

    z/OSC编译实际上 C C++ 编译器融为一体而且可以原生 z/OSUSS 调用。

    youdao

  • The z/OS C compiler is actually both a C and C++ compiler in one, and can be called either from native z/OS or USS.

    z/OSC编译实际上 C C++ 编译器融为一体而且可以原生 z/OSUSS 调用。

    youdao

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

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

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