On this page about Native code:
In Computer Science, native code is machine code, meaning that the code can only run on that particular platform. However, in the context of an interpreted language, native code is the platform dependent implementation of language features and libraries.[1]
How to say "Native code" in other languages:
![]() |
(Spanish) | Código nativo |
![]() |
(French) | Code natif |
The Glasgow Haskell Compiler (or GHC ) is an open source Native code Compiler for the functional programming language Haskell which was developed at the University of Glasgow. GHC has also been nicknamed the Glorious Haskell Compiler . It is itself written in Haskell (a technique known as...
compilers usually produce native or nearly native code from byte code when programs are loaded onto the... In computer science, the code generation is a compilation stage that outputs machine code in the target language. Code generators usually take intermediate form generated by directly semantic...
PowerBASIC is a variant of the BASIC programming language. Its syntax is very close to GW Basic, QBasic, and Turbo Basic. It compiles to native code on PCs (DOS and Win32). The executable files it creates are compact, run fast, and require no runtime dependencies. PowerBASIC compilers are made by...
rather frugal in memory. Ocaml provides both a bytecode compiler and an optimizing native code compiler. The code generated by the native code compiler is typically comparable to C/C++ in efficiency..., Windows, and Macintosh, with native code generation for all major architectures (IA32, PowerPC, AMD64...
the original. Nantucket's Aspen project later matured into the Window's native-code compiler Visual... dBASE code. Compiling changes dBASE code from interpreted code, which must be interpreted every time the line of code is executed, to P-Code (or pseudo-code), which requires interpretation less often...
Common Language Infrastructure
. Many compilers are in development to produce code for this virtual machine. The code the virtual... Language (MSIL), a CPU-independent set of instructions that can be efficiently converted to native code. CIL can be thought of as a high level assembly language. CLR is intended as a competitor for...
ability to do low level coding, and adds to it with support for an integrated inline assembler. C... machine-specific assembly code alongside standard D code—a technique often used by systems programmers... accomplished in an ad-hoc manner with C's pre-processor. D is intended to be compiled directly into native...
intermediate code to native code using a native code generator utility, but the .NET framework must... influences). Program execution The Microsoft C# compiler does not compile to object code which can be... this intermediary code called Common Intermediate Language (CIL). To the casual observer the...
older, slower machines. HBC ([4]) is another native-code Haskell compiler. It hasn't been actively... excessive copying and concatenation of lists this code can be rather slow, depending on the... lightweight of the Haskell implementations. GHC ([2]). The Glasgow Haskell Compiler compiles to native...
the emulator, such traps could be replaced by native Power PC code, so the only code being emulated was the application itself - any system API it called could be accelerated with native Power PC code... were rewritten in native code, leaving much of the OS emulated. Gradually most of the OS was rewritten...