• yacc一个编译编译器

    yacc: yet another compiler compiler

    youdao

  • 编译执行该工作方式智能化的:如果多个绑定需要同一个添加代码,那么绑定编译器只要生成代码一次

    It's smart about how it does this: If the same added code is needed by more than one binding, the binding compiler only generates the code once.

    youdao

  • 静态编译直接源代码转换成可以直接目标平台执行代码不同硬件平台要求不同的编译

    A static compiler converts source code directly to machine code that can be directly executed on the target platform, and different hardware platforms require different compilers.

    youdao

  • 下面部分描述了如何获取安装C编译以及如何配置DB2使用编译器

    The following sections describe how to get and install the C compiler and how to configure DB2 to use it.

    youdao

  • 动态编译而言,编译自身作出决策对于静态编译器,由开发人员作出选择

    For dynamic compilers, the compiler itself makes this decision, whereas for static compilers, the selection is up to the developer.

    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

  • 我们一个2.5编译可供实验用途由于我们有更多的来测试这个编译器变得越来越健壮了。

    We have a 2.5 compiler that's available for experimental usage, but it's getting more and more robust as we have additional people testing it.

    youdao

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

    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.

    youdao

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

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

    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

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

    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

  • 使用编译生成临时名称存储数据编译器来说常用的方法。

    Storing data using a compiler-generated temporary name is normal practice for the compiler.

    youdao

  • 可用模拟原有编译,也可用主机编译器

    You may use either a native compiler running under the emulator or a cross-compiler on your host.

    youdao

  • 理想情况下编译应该能检测警告开发人员这些潜在问题但是目前的。NET编译甚至不能判定那些异常应该抛出。

    Ideally, the compiler would detect and alert developers to these potential issues, but current.net compilers cannot even determine which exceptions might be thrown.

    youdao

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

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

    youdao

  • JIT编译选择编译方法是不是优点很难说,取决于编译器给定情形推断能力好坏。

    Having the JIT compiler choose the methods to be compiled may or may not be an advantage, depending on how well the compiler's heuristics work in a given situation.

    youdao

  • 如果指定编译configure使用那个编译器不用猜测需要使用一个

    If you specify a compiler, configure will use that one, rather than trying to guess which one to use.

    youdao

  • 客户机编译提供一个DiagnosticListener编译器通过向客户机发回诊断信息。

    A client provides a DiagnosticListener to the compiler, through which the compiler passes diagnostics back to the client.

    youdao

  • 现在JSR-14编译 1.0 1.2 中,如果静态字段声明引用类型参数编译不会报错本应该这么做。

    Now in the JSR-14 compilers 1.0 and 1.2, if you refer to a type parameter in a static field declaration, the compiler doesn't complain but it should.

    youdao

  • 甚至专有编译工具之中,也可以免费获得几个包括一种用于LinuxIntel 7.0Fortran编译可下载形式

    Even among the proprietary compilers and tools, several are available for no charge, including a downloadable form of Intel's 7.0 Fortran compiler for Linux.

    youdao

  • 到达MXML所有请求通过Flex编译进行处理,编译编译MXML生成s WF然后将其高速缓存直到修改最终交付浏览为止。

    All requests that come to MXML are processed through the Flex compiler, which compiles MXML and generates SWF, and caches until it is modified and finally delivered to the browser.

    youdao

  • Scala编译模块化支持各种插件因此应用起来很方便并不是所有编译能够那么灵活的做到。

    Not all compilers are flexible enough or provide these types of services, however. The Scala compiler is very modular and supports plug-ins so it was a lot easier to adapt.

    youdao

  • Phoenix不仅仅限于编译还是一个软件优化分析框架其他编译器工具使用

    It is a software optimization and analysis framework that can be used by other compilers and tools.

    youdao

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

    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.

    youdao

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

    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.

    youdao

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

    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.

    youdao

  • 本文中,我们使用Web -tier编译,Web - tier编译器运行在J2EE应用服务的servletservlet过滤

    In this article, we will use the Web-tier compiler, which is a set of servlets and servlet filters that run in a J2EE application server.

    youdao

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

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

    youdao

  • 更少为人调试优化代码的方法Perl编译使用 "编译器"。

    One of the lesser-known solutions for both debugging and optimizing your code is to use the Perl compiler with one of the many "back ends."

    youdao

  • 更少为人调试优化代码的方法Perl编译使用 "编译器"。

    One of the lesser-known solutions for both debugging and optimizing your code is to use the Perl compiler with one of the many "back ends."

    youdao

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

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

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