Peephole Optimisation | CD | Compiler Design | Lec - 58 | Bhanu Priya

preview_player
Показать описание
Compiler Design ( CD )
Introduction to Peephole optimization &
characteristics :
-Redundant inst elimination
-Unreachable code
-Flow of control optimisation
-Algebraic simplifications

Class Notes ( pdf )

Рекомендации по теме
Комментарии
Автор

This playlist is the whole semester syllabus and we don't know how to thank u but always there with us .
Education 4 us

bhargavtech
Автор

I think this is the only playlist where I found all my concepts ...Thank you for the efforts you give to make videos without any benefits ...

sudipsen
Автор

01:23 Peephole optimization transforms source code into optimized code.
02:46 Peephole optimization reduces instruction count by using less expensive operators and eliminating unnecessary instructions.
04:09 Optimizing unreachable code and controlling flow of execution.
05:32 Optimizing redundant instructions in the source program
06:55 Peephole optimization reduces redundant instructions
08:18 Unreachable code in programming
09:41 Control flow optimization in compiler design
10:59 Peephole optimization involves algebraic simplification.
Crafted by Merlin AI.

kurdm
Автор

Thank u so much ma'am. Completed whole playlist by leaving a few videos here n there but, this playlist was the closest one to the actual syllabus✌❤

krishnasingh
Автор

7:47 return statement is redundant because it's return type is void, and printf is a valid statement.

friend
Автор

Thanks for this Wonderful Playlist! Quite helpful for exam preparation.

zackdaspy
Автор

thank you so much mam, iam very happy with your explination may god gives you a great future once again thank you so much.

UNIQUE-SRINIVAS
Автор

😊Thank you so much✨mam for this playlist and also for give your valuable time...👍

jaswantjatoliya
Автор

Mam one doubt in the unreachable code explination it not be void add_ten(int x) it would be int add_ten(int x) otherwise return statement will not work mam and you are saying that return was happened and print was not executed. please check it once mam

VinodKohli
Автор

here in the unreachable code example...the return type is void...so it cant return ...right??rather printf will work here i guess...mam can you please explain that??

pranayansaha
Автор

is peephole optimisation is same as local optimisation

bompallypreethi
Автор

Thank you for all these videos! Could you please explain "Backpatching for Boolean Expressions" and "Register Allocation by Graph Coloring"?

hralch
Автор

Nice explanation ma'am thank you so much ma'am

manasatadigadapa
Автор

10:40 it's not a=a+1 it's a++ 🙏🙏🙏🙏

Rameshmaddisety
Автор

4:24 "i want to be eliminated" 🤣🤣🤣

SRIDHARANKCS
Автор

Accding to me the last one would not be a = a + 1 !!!! It would be a = a * 1

kumarrishabh