- unconditional branch
-
безусловный переход, безусловное ветвление
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
Unconditional Branch — [dt. unbedingte Verzweigung], Sprung … Universal-Lexikon
unconditional branch — besąlyginis nukreipimas statusas T sritis informatika apibrėžtis Veiksmo eigos nukreipimas į kitą programos vietą nepatikrinus jokių sąlygų. Naudojamas tada, kai išsišakojusias veiksmų eigas vėl reikia surinkti į vieną vagą. atitikmenys: angl.… … Enciklopedinis kompiuterijos žodynas
Branch table — In computer programming, a branch table (sometimes known as a jump table) is a term used to describe an efficient method of transferring program control (branching) to another part of a program (or a different program that may have been… … Wikipedia
unconditional jump — besąlyginis nukreipimas statusas T sritis informatika apibrėžtis Veiksmo eigos nukreipimas į kitą programos vietą nepatikrinus jokių sąlygų. Naudojamas tada, kai išsišakojusias veiksmų eigas vėl reikia surinkti į vieną vagą. atitikmenys: angl.… … Enciklopedinis kompiuterijos žodynas
Branch predication — is a strategy in computer architecture design for mitigating the costs usually associated with conditional branches, particularly branches to short sections of code. It does this by allowing each instruction to conditionally either perform an… … Wikipedia
Branch predictor — In computer architecture, a branch predictor is the part of a processor that determines whether a conditional branch in the instruction flow of a program is likely to be taken or not. This is called branch prediction. Branch predictors are… … Wikipedia
Branch target predictor — In computer architecture, a branch target predictor is the part of a processor that predicts the target of a conditional branch or unconditional jump instruction before that instruction has been fetched from the instruction cache. The instruction … Wikipedia
Branch (computer science) — For other uses, see Branch (disambiguation). A branch is sequence of code in a computer program which is conditionally executed depending on whether the flow of control is altered or not (at the branching point). The term can be used when… … Wikipedia
Kempeitai East District Branch — History of SingaporeThe Kempeitai East District Branch was the headquarters of the Japanese military police force, the much feared Kempeitai during the Japanese Occupation of Singapore. It was located at the old YMCA building, at the present site … Wikipedia
DEC Alpha — Alpha Designer Digital Equipment Corporation Bits 64 bit Introduced 1992 Design RISC Type Register Register Encoding Fixed … Wikipedia
Control flow — Not to be confused with Flow control. In computer science, control flow (or alternatively, flow of control) refers to the order in which the individual statements, instructions, or function calls of an imperative or a declarative program are… … Wikipedia