diff options
author | Maxim Postautov <54762420+mpstv@users.noreply.github.com> | 2021-05-13 20:05:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 20:05:41 +0300 |
commit | e2bc9a12a68bd713a2a49de5315649b9d660e54a (patch) | |
tree | deaf3e5f296d4d8b7c7ec2896c5dfa75f35ba151 /files/ru/glossary/compile | |
parent | 3dbe797113213b95ab33955cea50ad7d3a58e5df (diff) | |
download | translated-content-e2bc9a12a68bd713a2a49de5315649b9d660e54a.tar.gz translated-content-e2bc9a12a68bd713a2a49de5315649b9d660e54a.tar.bz2 translated-content-e2bc9a12a68bd713a2a49de5315649b9d660e54a.zip |
Change glossary word translation (#742)
* change glossary word translation ru
* Update files/ru/glossary/callback_function/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/glossary/callback_function/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/glossary/compile/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/glossary/compile/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/glossary/high-level_programming_language/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/glossary/html/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/web/css/@font-face/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/glossary/ietf/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/glossary/method/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/glossary/request_header/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/learn/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/learn/javascript/building_blocks/looping_code/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/mdn/contribute/howto/add_or_update_browser_compatibility_data/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/mdn/contribute/howto/write_a_new_entry_in_the_glossary/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/mozilla/add-ons/webextensions/manifest.json/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/web/api/canvas_api/tutorial/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/web/api/xmlhttprequest/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/web/guide/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/web/html/element/title/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/web/javascript/reference/global_objects/symbol/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update files/ru/web/xml/xml_introduction/index.html
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* review changes
* links changes
Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
Diffstat (limited to 'files/ru/glossary/compile')
-rw-r--r-- | files/ru/glossary/compile/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/glossary/compile/index.html b/files/ru/glossary/compile/index.html index 2c65feca8c..85c7d001f6 100644 --- a/files/ru/glossary/compile/index.html +++ b/files/ru/glossary/compile/index.html @@ -4,11 +4,11 @@ slug: Glossary/Compile tags: - Глоссарий translation_of: Glossary/Compile -original_slug: Словарь/Compile +original_slug: Глоссарий/Compile --- -<p>Компиляция - это процесс преобразования компьютерной программы, написанной на данном <a href="/ru/Словарь/Computer_Programming">языке</a>, в эквивалентную программу на другом языке. Компилятор - это программа для выполнения этой задачи. Иногда эту задачу называют также "assembling" или "build", что, как правило, свидетельствует о том, что выполняется не только компиляция, например, упаковка в двоичном формате.</p> +<p>Компиляция - это процесс преобразования компьютерной программы, написанной на данном <a href="/ru/Glossary/Computer_Programming">языке</a>, в эквивалентную программу на другом языке. Компилятор - это программа для выполнения этой задачи. Иногда эту задачу называют также "assembling" или "build", что, как правило, свидетельствует о том, что выполняется не только компиляция, например, упаковка в двоичном формате.</p> -<p>Обычно компилятор преобразует язык более высокого уровня, такой как C или <a href="ru/Словарь/Java">Java</a> который понимает человек, в машинный язык, такой как ассемблер, который понимает процессор. Некоторые компиляторы, которые переводят между языками схожего уровня, называются транспайлерами или кросс-компиляторами, например, для компиляции с TypeScript на <a href="ru/Словарь/JavaScript">JavaScript</a>. Они считаются инструментами производительности.</p> +<p>Обычно компилятор преобразует язык более высокого уровня, такой как C или <a href="ru/Glossary/Java">Java</a> который понимает человек, в машинный язык, такой как ассемблер, который понимает процессор. Некоторые компиляторы, которые переводят между языками схожего уровня, называются транспайлерами или кросс-компиляторами, например, для компиляции с TypeScript на <a href="ru/Glossary/JavaScript">JavaScript</a>. Они считаются инструментами производительности.</p> <p>Большинство компиляторов работают либо перед исполнением (AOT), либо во время исполнения (JIT). Как программист, вы обычно вызываете AOT-компиляторы из командной строки или из {{Glossary("IDE")}}. Самый известный "gcc" - это один из примеров.<br> JIT компиляторы обычно прозрачны для вас и используются для повышения производительности. Например, в браузере: Firefox' <a href="/ru/SpiderMonkey">SpiderMonkey</a> JavaScript Engine имеет встроенный JIT, который скомпилирует JavaScript на сайте в машинный код, пока вы его просматриваете, чтобы он работал быстрее. Такие проекты, как <a href="/ru/WebAssembly">WebAssembly</a>, работают над тем, чтобы сделать это ещё лучше.</p> |