Linkers and Loaders
Linkers Static linking occurs during compilation time. It produces a larger binary file which contains the library. Dynamic linking occurs during both compilation time and runtime;...
Tag view
6 related notes
Linkers Static linking occurs during compilation time. It produces a larger binary file which contains the library. Dynamic linking occurs during both compilation time and runtime;...
Note: This is to the specification only . Lexical Analysis Lexer → Lexenes → Tokens → Token Stream → Symbol Table Lexens Lexens are an intermediary stage between the source and tok...
Open source Code is open to people, frequently under a license outlining what they are able to do, what they are not able to do. Closed source Code is not open to people and under...
Diagram
Translators are programs which convert program source code from a high level langauge to a low level language . There are three types: Assemblers Compilers Interpreters Assemblers...
File Repair Attempts to correct issues within a file, restoring them to its original working state. Backups Creates a store of the current operating system. This may be either a fu...