英語 での At compile time の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
First, the first call to the square function, square(n), in Figure 1 has been completely eliminated by evaluating the computation at compile time.
Dependent types are a feature of type systems that enables the creation of more expressive types, which can be used to catch more bugs at compile time.
This restriction will not be checked at compile time, so we have to rely on the judgment of our designers and programmers and perhaps also on code reviews, IBM Rational Rose/IBM Rational XDE scripts and/or inspections, and so on, to make sure that the restriction is not breeched.
You have a Logitech Mouse connected, and libusb was found at compile time, but it was not possible to access this mouse. This is probably caused by a permissions problem- you should consult the manual on how to fix this.
To be able to use templates in this manner, the compiler must know the value of its parameters at compile time, which has the natural precondition that factorial< X>::value can only be used if X is known at compile time.
It contains the shell's version number(see tcsh), origin, release date, vendor, operating system and machine(see VENDOR, OSTYPE and MACHTYPE) and a comma-separated list of options which were set at compile time.
The upshot is that by the time we have compiled OCaml code to assembler type information mostly isn't required, certainly in the cases we have looked at above where the type is fully known at compile time, and there is no polymorphism going on.
If we include this in the source called bindParameter()(eg ConfigSample. cpp if it is a ConfigSample component), usually in the implementation source of the component, the compiler will decide at compile time and the appropriate conversion function will be used.
Because C is statically-typed at compile time, after a variable is declared, it cannot be declared again or assigned a value of another type unless that type is implicitly convertible to the variable's type.
But if the compiler cannot prove at compile time that the array component will be of type TC exactly, then a check must be performed at run time to ensure that the class RC is assignment compatible(§5.2) with the actual type SC of the array component.
Both linear and uniform are used for optimization, to indicate certain conventions between the caller and the vector form of the SIMD-enabled function, which enables you to pass a single scalar value instead of a vector of values: linear indicates that the argument can only contain values linearly incremented with a stride known at compile time.
Most answers are being a bit unclear in mentioning that C will always run slower due to the cost of performing actions that in C++ are performed only once at compile time, this performance cost is also impacted due runtime dependencies(more things to load to be able to run), not to mention that C programs will always have higher memory footprint, all resulting in performance being more closely related to the capability of hardware available.
Bound at compile time.
Decorator for binding constants at compile time.
Requires an existing template at compile time.
The digraphs table is defined at compile time.
The operating system, as determined at compile time.
The default database type is determined at compile time.
Which need to be set at compile time.
Generics are checked at compile time for type correctness.