Examples of using Compile-time in English and their translations into Portuguese
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
This port supports a number of compile-time options.
Some applications have compile-time options relating to which features are installed.
Changes to the port Makefile to enable or disable compile-time options in the package.
This approach provides compile-time polymorphism that is often more efficient than traditional run-time polymorphism.
GLFW version 3.2 has experimental support for Wayland through compile-time flags.
A string describing some compile-time configurations for packages.
Valid C++11 This allows the compiler to understand, and verify, that get_five()is a compile-time constant.
Most people will want to change this at compile-time with the--with-config-file-path flag.
Running grep on INDEX is not enough because some ports have dependencies enabled by compile-time options.
The LIB file is used to link against a DLL at compile-time; it is not necessary for run-time linking.
Creating multiple packages rapidly becomes impossible if an application has more than one or two different compile-time options.
Robust and Secure: The language includes compile-time and run-time checking to ensure that errors are identified quickly.
Eric Dorland wondered how Debian should handle requests to activate compile-time controlled features.
Note that this cannot be done at compile-time because the binding stack only exists at run-time, which is why this type of scoping is called dynamic scoping.
Standard ML(SML) is a general-purpose, modular,functional programming language with compile-time type checking and type inference.
LLVM is written in C++ andis designed for compile-time, link-time, run-time, and"idle-time" optimization of programs written in arbitrary programming languages.
If you open the Libraries category of the Properties dialog box of the EJB module you will see that the JAR is added to the compile-time libraries.
You can specify your compiler,pre-processor definitions, compile-time options, language standards(e.g., C++11), and much more.
It is also possible to bind an executable to a specific version of a DLL, that is,to resolve the addresses of imported functions at compile-time.
When working with languages that can discriminate data types at compile-time, selecting among the alternatives can occur at compile-time.
Templates in C++ may also be used for template metaprogramming,which is a way of pre-evaluating some of the code at compile-time rather than run-time.
LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and"idle-time" optimization of programs from arbitrary programming languages.
GParted supports the following operations on file systems provided that all features were enabled at compile-time and all required tools are present on the system.
Although it is impossible in general to determine at compile-time which casts are safe, some languages store run-time type information which can be used to confirm that these dangerous casts are valid at runtime.
If the output window shows an error message that one or more classes fails to exist and the project does not build,add the Jersey libraries to the compile-time libraries.
Object-oriented programming in the Simula(C++) style allows multiple inheritance andfaster execution by using compile-time binding whenever possible, but it does not support dynamic binding by default.
In theory, this function could affect a global variable,call other non-runtime constant functions, etc. C++11 introduced the keyword constexpr, which allows the user to guarantee that a function or object constructor is a compile-time constant.
The synchronous andstatic foundation of our design allows for a simple reasoning about concurrency that enables compile-time analysis resulting in deterministic and memory-safe programs.
A function could raise only exceptions listed in its type, but any leaking exceptions from called functions would automatically be turned into the sole runtime exception,failure, instead of resulting in compile-time error.
Generics JDK 1.5 has introduced the Generics nechanism into the Java language, to define type parameters for collections, allowing more precise andrestrictive the type definition for elements of a collection, with compile-time type check.