第一个是最直接了当的,优化代码。
有关解决方案,请参见优化代码。
具体的价值和JIT的可以产生优化代码。
此外,这种越界操作会干扰JVM优化代码执行的能力。
Further, the transition can interfere with the JVM's ability to optimize code execution.
优化代码。
在这部份我们将讨论自动和手动来优化代码量。
In this section we'll discuss both automatic and manual code size optimizations.
任何上市代表的实现之一,编译器将生成优化代码。
To any one of the listed Delegate's implementations, the compiler will generate optimizing code.
优化代码。现在在添加自动播放的歌曲时稍微快了些。
Optimize code. Now a little faster when adding an autoplay music.
另一种方法是先探测每个浏览器的特性,然后使用针对它们的优化代码。
The other approach is to sniff the browser and use the optimal code for each browser.
想要降低用户等待时间,优化代码是一个很实诚且相当显而易见的方法。
Optimizing your code to run faster is an honest and fairly obvious way to go about decreasing wait times for your users.
有了应用程序的“正确”运行,代码迁移的最后阶段就是按需要优化代码。
With the application running "right," the final stage in code migration is to optimize the code as required.
优化代码质量最重要的事情之一是帮助团队成员学习那些重要的基本知识。
One of the first things to do to improve the quality of the code a team produces is to help team members learn about the important basics.
现在,我们可以通过检查一些代码来查看GWT编译器是如何优化代码的。
Now we can take a look at some code to see how the GWT compiler optimizes it.
直接流端口和直接关系的最优化代码,以最优化初始化和为这些构建生成代码的数量。
Optimized code for direct flow ports and direct relationships to optimize the initialization and amount of code that generates for these constructs.
代码评测器帮助鉴别和优化代码,并且在理解对象使用和潜在内存泄露方面真的很有帮助。
A code profiler helps identify and optimize code hot spots, and really helps in understanding object usage and potential memory leaks.
开发了用于像FORTRAN的程序设计语言的特殊编译器来优化代码,以利用向量处理器。
Special compilers for programming languages like FORTRAN were developed to optimize the code to take advantage of the vector processors.
第一件事情就是我要谈下,怎么利用我们,所做的能在方法方面,帮助你们组织和优化代码。
I want to talk a little bit about how you use the things we've been building in terms of functions to help you structure and organize your code.
更少为人知的一种调试和优化代码的方法是,在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."
然而进程跳跃到数据库的成本依然很高,因此数据层的性能是您在优化代码时首先要考虑的问题。
However, the cost of process hopping to the database is still high, thus performance on the data tier is the first place to look when optimizing your code.
它也允许我们在部署期间执行广泛的优化,即潜在地扫描字节码和优化代码路径,而不会影响在线系统。
It also allows us to perform extensive optimizations during deployment, potentially scanning byte code and optimizing code paths, without impacting online systems.
本文提出了DSP上语音数据的获取和存储的实现方法,以及使用CCS软件进行优化代码的方法。
This thesis proposes a method of voice data acquisition and storage on DSP, and the use of CCS to optimize the codes.
拥有了XDebug度量之后——而不是之前——您可以优化代码来调整算法、减少瓶颈并减轻过多的内存使用。
Armed with XDebug metrics — and not before — you can optimize your code to tweak algorithms, reduce bottlenecks, and relieve excessive memory use.
如果您是Linux内核的开发人员,您会发现自己经常要对与体系结构高度相关的功能进行编码或优化代码路径。
If you're a Linux kernel developer, you probably find yourself coding highly architecture-dependent functions or optimizing a code path pretty often.
后续的两篇文章将会深入探究SPE和PPE间的通信以及如何使用 SPE汇编语言的独特特性来优化代码。
The next two articles will explore communication between the SPE and the PPE and how to use the unique features of the SPE's assembly language to optimize your code.
我们用的是测试驱动的方法,首先写一个我们希望通过的测试,一旦这个测试通过,我们再回头看我们可以怎么来优化代码。
We did it test-driven, starting with a test that we wanted to succeed and once it passed we looked into how we could improve the code.
停下来、重构、稍微落后于特性、专注于少量特性、不赶进度而是优化代码,如此循环往复,却从来不受益;这样的状况完全有可能。
It is entirely possible to stop, refactor, be a little behind on features, slam in a few features, not catch up but screw up the code, and loop forever, never getting benefit.
全面的单元测试集能够轻松地检查行为是否正确,让开发人员能够专心地优化代码,而不必担心是否会破坏代码的正常行为。
A comprehensive set of unit tests makes it easy to verify the behavior, letting you freely play "what if" games with optimization without worrying that you've broken something.
并给出了相应的程序转换算法,通过数据相关性的分析,在应用程序向量化时,生成采用向量寄存器部分重用的优化代码。
According to the dependence analysis, we present a transformation strategy that generates vector codes exploiting the partial reuse of vector registers during the vectorization of applications.
最直接的方法是优化你的代码:重构和缓存可以让你的程序运行更快,优化代码是最诚恳也是最最显而易见的减少等待时间的方式。
The first is the most straightforward: optimize your code. There are a few things you can do here, like re-factoring and caching, that will help your apps run faster.
在本专栏文章中,通过演示两种不同的方式来启用和禁用断言以便优化代码测试和性能,我将向您讲述一些有关向代码中添加断言的基本知识。
In this column, I'll show you the basics of adding assertions to your code, demonstrating a couple of different ways to enable and disable them for optimum code testing and performance.
应用推荐