program compiled code
1Compiled — Compile Com*pile , v. t. [imp. & p. p. {Compiled}; p. pr. & vb. n. {Compiling}.] [F. compiler, fr.L. compilare to plunder, pillage; com + pilare to plunder. See {Pill}, v. t., Pillage.] 1. To put together; to construct; to build. [Obs.] [1913… …
2Program database — Infobox file format name = Program database icon = caption = extension = .pdb mime = type code = uniform type = magic = owner = Microsoft released = latest release version = latest release date = genre = Debug container for = contained by =… …
3Code bloat — is the production of code that is perceived as unnecessarily long, slow, or otherwise wasteful of resources. Code bloat can be caused by inadequacies in the language in which the code is written, inadequacies in the compiler used to compile the… …
4Code morphing — is one of the approaches to protect software applications from reverse engineering, analysis, modifications, and cracking used in obfuscating software. This technology protects intermediate level code such as compiled from Java and .NET languages …
5Program optimization — For algorithms to solve other optimization problems, see Optimization (mathematics). In computer science, program optimization or software optimization is the process of modifying a software system to make some aspect of it work more efficiently… …
6Compiled language — A compiled language is a programming language whose implementations are typically compilers (translators which generate machine code from source code), and not interpreters (step by step executors of source code, where no translation takes place) …
7Code talker — Codetalkers redirects here. For the band, see The Codetalkers. Choctaws in training in World War I for coded radio and telephone transmissions. Code talkers was a term used to describe people who talk using a coded language. It is frequently used …
8compiled — com·pile || kÉ™m paɪl v. collect, gather together in one place; compose (an essay, book, etc.) from many parts; (Computers) translate a program that is written in a high level programming language from a source code into object code (machine… …
9Obfuscated code — Obfuscated code is source or machine code that has been made difficult to understand for humans. Programmers may deliberately obfuscate code to conceal its purpose (security through obscurity) or its logic to prevent… …
10Threaded code — Not to be confused with multi threaded programming. In computer science, the term threaded code refers to a compiler implementation technique where the generated code has a form that essentially consists entirely of calls to subroutines. The code …