#5. Instruction Combining | Optimization in PL

Опубликовано: 24 Ноябрь 2017
на канале: aNNiMON
2,628
27

Instruction Combining combines two or more consecutive expressions into one.

For example,
println "123"
print "45"
print "678"

can be replaced with

print "123\n45678"

🎥 Continuation of video series about creating own programming language. From this course you'll learn about such algorithms:
constant folding;
constant propagation;
dead code elimination;
expression simplification;
instruction combining.
Source code: https://github.com/aNNiMON/Own-Progra...
See also the main course to create a programming language:    • Как создать свой язык программирования  

👉 Visit my website https://www.annimon.com/
There you will find a lot of useful articles and lessons, you can ask a question interesting you or discuss it on the forum.

✏️
VK: https://vk.com/annimon_com
Twitter:   / annimon_com  
Telegram: https://t.me/annimon_com


Смотрите видео #5. Instruction Combining | Optimization in PL онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь aNNiMON 24 Ноябрь 2017, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,62 раз и оно понравилось 2 людям.