hoisting$551994$ - определение. Что такое hoisting$551994$
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое hoisting$551994$ - определение

CODE STATEMENTS THAT CAN BE MOVED OUTSIDE THE BODY OF A LOOP WITHOUT AFFECTING THE SEMANTICS OF THE PROGRAM
Loop invariant hoisting; Loop hoisting; LICM; Scalar promotion

Loop-invariant code motion         
In computer programming, loop-invariant code consists of statements or expressions (in an imperative programming language) which can be moved outside the body of a loop without affecting the semantics of the program. Loop-invariant code motion (also called hoisting or scalar promotion) is a compiler optimization which performs this movement automatically.
hoist         
WIKIMEDIA DISAMBIGUATION PAGE
Hoisting; Hoists; Hoist (disambiguation)
I. v. a.
Raise, lift, elevate, heave, raise up.
II. n.
Lift, heave.
Hoisting         
WIKIMEDIA DISAMBIGUATION PAGE
Hoisting; Hoists; Hoist (disambiguation)
·p.pr. & ·vb.n. of Hoist.

Википедия

Loop-invariant code motion

In computer programming, loop-invariant code consists of statements or expressions (in an imperative programming language) that can be moved outside the body of a loop without affecting the semantics of the program. Loop-invariant code motion (also called hoisting or scalar promotion) is a compiler optimization that performs this movement automatically.