Some examples of word usage: at compile time
1. The error was caught at compile time before the program was run.
- Der Fehler wurde bereits bei der Kompilierung erkannt, bevor das Programm ausgeführt wurde.
2. The compiler checks for syntax errors at compile time.
- Der Compiler überprüft zur Kompilierzeit auf Syntaxfehler.
3. It is important to address any issues at compile time to avoid runtime errors.
- Es ist wichtig, eventuelle Probleme zur Kompilierzeit zu beheben, um Laufzeitfehler zu vermeiden.
4. The optimizations made at compile time improved the program's performance.
- Die Optimierungen, die zur Kompilierzeit vorgenommen wurden, haben die Leistung des Programms verbessert.
5. The decision to use a specific data type was made at compile time.
- Die Entscheidung, einen bestimmten Datentyp zu verwenden, wurde zur Kompilierzeit getroffen.
6. The code was refactored to eliminate redundancies at compile time.
- Der Code wurde umstrukturiert, um Redundanzen zur Kompilierzeit zu beseitigen.