在 英语 中使用 Compile time 的示例及其翻译为 中文
{-}
-
Political
-
Ecclesiastic
-
Programming
Compile time dropped from 3 hours to 7 minutes.
Second is to generate the plan price also is the compile time.
However, he cited the slow compile time of Scala as an obvious deficiency.
Your Java compiler optimizes it and completes the connection at compile time.
However, he cited the slow compile time of Scala as an obvious deficiency.
Your Java compiler will optimize this and perform the concatenation at compile time.
The length is set at compile time(and is therefore adjustable for special uses);
In Java 8, one can refer to the profile at compile time as follows:.
Stability Code is checked at compile time for syntax errors, type safety, and other problems.
The compiler might add two consts at run time, but add two defines at compile time.
SQL Server parse and compile time: CPU time= 0 ms, elapsed time= 0 ms.
This is the main point of static typing-the compiler always knows the scope of every variable at compile time.
The main complaints with GWT are compile time(49%) and the lack of enough good quality UI widgets(34%).
This is also called metaprogramming as a part of theprogram tries to modify another part of the program at compile time.
Type errors can now be caught at compile time, rather than showing up as ClassCastExceptions at runtime.
The portable form involves no extra cost,since~077 is a constant expression that can be evaluated at compile time.
At compile time, Rust will complain that we have tried to use a refutable pattern where an irrefutable pattern is required:.
In most languages it's critical that we know at compile time how large a variable is if we want to store it on the stack.
The C++ compiler will optimize away the do/while loop,as the fact its post-condition is false is known at compile time.
This can dramatically increase compile time, particularly if the template is instantiated in many translation units using the same parameters.
A third possibility is a"dynamic" export, where the package is accessible to anybody but by reflection only,not at compile time.
Many programs allow you to specify certain options at compile time, such as selectively including various features in the program when built.
This is the idea behind languages that support dependent types:you can specify types that can check the value of your variables at compile time.
Spring also provides some utilities for configuring and initializing Log4j,so it have an optional compile time dependency on Log4j in some modules.
This lets the system compose, for example, paging physics with platform-specific physics,without the platform having to be selected at compile time.
Unlike constexpr in C++, there is no concept of constexpr functions ortypes that can be evaluated at compile time, so you can't do this:.
For users of statically typed programming languages, the ability to generate code from the schema is useful,since it enables type checking at compile time.
Scala also supports something called implicit conversion,which is similar to Ruby open classes but scoped and compile time checked.
General-purpose processors run code in which memory accesses typically exhibit spatial and temporal locality butare otherwise not very predictable at compile time.