Translation of inlining into Russian
Noun
technology
- Inlining can improve the performance of the program.Инлайнинг может улучшить производительность программы.
Adjective
technology
- The inlining technique improved the program's performance.Инлайн-техника улучшила производительность программы.
Synonyms and analogies of inlining in English
Examples of inlining in a sentence
Developers use inlining to optimize code execution. Inlining can reduce function call overhead in code. The compiler's inlining feature was enabled for optimization.
Translations of "inlining" in Context ordered by category and frequency
The concept of inlining a function seems straightforward and, at the conceptual level, it is just that.
Принцип встраивания функций кажется простым, и на концептуальном уровне так оно и есть.
Inlining is the process of replacing a call site (the line of code where the function is called) with the body of the called function.
Встраивание кода - это процесс замены команды вызова функции (строки, где вызывается функция) на её тело.
inlining: Examples and translations in context
Any mutual recursion between two procedures can be converted to direct recursion by inlining the code of one procedure into the other.
Любая взаимная рекурсия между двумя процедурами может быть сведена к прямой рекурсии путём встраивания кода одной процедуры в другую.
It is reasonable to expect a good C or C++ compiler, when told to compile for speed, to perform inlining automatically.
Резонно ожидать от хорошего С и С++ компилятора то, что при оптимизации по скорости он будет выполнять автоматическое встраивание.
The system can do global code optimizations (e.g. inlining of library functions) without losing the advantages of dynamic linking and without the overheads inherent to static compilers and linkers.
Среда может делать глобальные оптимизации кода (например, встраивание библиотечных функций в код) без потери преимуществ динамической компиляции и без накладных расходов, присущих статическим компиляторам и линкерам.
This article takes a look at how inlining works, when it can be effective, and how it may happen automatically in C and C++.
Ниже будет рассмотрено, как работает принцип встраивания функций, когда это может быть эффективно и как это может выполняться автоматически в С и С++.
The internet industry was naturally forced to hack these constraints with practices such as domain sharding, concatenation, data inlining and spriting, among others.
Сетевой индустрии фактически пришлось хакнуть эти ограничения с помощью таких методик, как доменный шардинг (domain sharding), конкатенация, встраивание и спрайтинг (spriting) данных, а также ряд других.
The system can do global code optimizations (e.g. inlining of library functions) without losing the advantages of dynamic linking and without the overheads inherent to static compilers and linkers.
Среда может делать глобальные оптимизации кода (например, встраивание библиотечных функций в код) без потери преимуществ динамической компиляции и без накладных расходов, присущих статическим компиляторам и линкерам.
His language included classes, basic inheritance, inlining, default function arguments, and strong type checking in addition to all the features of the C language.
Его язык включал классы, базовое наследование, встраивание, аргументы функции по умолчанию и строгую проверку типов в дополнение ко всем функциям языка "Си".
But please make sure that you do it only with small CSS files because inlining large CSS can result in slowing down HTML rendering.
Но, пожалуйста, убедитесь, что вы делаете это только с небольшими файлами CSS, потому что встраивание больших CSS может привести к замедлению рендеринга HTML.