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

  Рет қаралды 124,649

Education 4u

Education 4u

5 жыл бұрын

compiler design
Introduction to Peephole optimization &
characteristics :
-Redundant inst elimination
-Unreachable code
-Flow of control optimisation
-Algebraic simplifications

Пікірлер: 45
@bhargavtech2897
@bhargavtech2897 8 ай бұрын
This playlist is the whole semester syllabus and we don't know how to thank u but always there with us . Education 4 us
@sudipsen6376
@sudipsen6376 2 жыл бұрын
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 ...
@krishnasingh2520
@krishnasingh2520 Жыл бұрын
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✌❤
@zackdaspy357
@zackdaspy357 2 жыл бұрын
Thanks for this Wonderful Playlist! Quite helpful for exam preparation.
@UNIQUE-SRINIVAS
@UNIQUE-SRINIVAS 2 жыл бұрын
thank you so much mam,iam very happy with your explination may god gives you a great future once again thank you so much.
@hralch1234
@hralch1234 2 жыл бұрын
Thank you for all these videos! Could you please explain "Backpatching for Boolean Expressions" and "Register Allocation by Graph Coloring"?
@kurdm1482
@kurdm1482 7 ай бұрын
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.
@sriadya1434
@sriadya1434 3 жыл бұрын
Way of explanation is guuddddd.. Tq mam....
@bompallypreethi2381
@bompallypreethi2381 4 жыл бұрын
is peephole optimisation is same as local optimisation
@rithanir5753
@rithanir5753 2 жыл бұрын
Thank you so much u saved many😃😃😃
@kparteearabhi3322
@kparteearabhi3322 11 ай бұрын
finally done with the playlist
@user-tl5ws2no6c
@user-tl5ws2no6c 6 ай бұрын
Thank you mam ❤ for ur explanation........
@bdharrmiyathulasi8689
@bdharrmiyathulasi8689 2 жыл бұрын
Thank you 💫
@CrazyVinodYt6
@CrazyVinodYt6 2 жыл бұрын
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
@cswathi8788
@cswathi8788 3 жыл бұрын
Thank you ma'am
@sandeepdvn9275
@sandeepdvn9275 4 жыл бұрын
thop mam asalu😘
@Pratik-tk6ts
@Pratik-tk6ts 7 ай бұрын
Thank you ma'am !
@devdrive9906
@devdrive9906 2 жыл бұрын
Thankyou 😊
@manasatadigadapa4952
@manasatadigadapa4952 3 жыл бұрын
Nice explanation ma'am thank you so much ma'am
@jayasree9554
@jayasree9554 3 жыл бұрын
U have exam
@pranayansaha5641
@pranayansaha5641 4 жыл бұрын
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??
@govindapatidar5468
@govindapatidar5468 4 жыл бұрын
Ma'am does not know about it, she just copied from @tutorialspoint and pasting it onto the paper www.tutorialspoint.com/compiler_design/compiler_design_code_generation.htm
@kshtzT
@kshtzT 4 жыл бұрын
void=nothing to return or empty we use void if we do not need the function to give or return specific value.
@spicyornot1787
@spicyornot1787 4 жыл бұрын
@@govindapatidar5468 don't reveal her secrets !
@shravanpatil9132
@shravanpatil9132 3 жыл бұрын
@@govindapatidar5468 hahaha what a waste
@arnavhavoc
@arnavhavoc Жыл бұрын
Thankyou Ma'am
@narendrasappa
@narendrasappa 2 жыл бұрын
Thank You
@devrajkumarmandal868
@devrajkumarmandal868 4 жыл бұрын
Superb
@emanhaneef7329
@emanhaneef7329 Жыл бұрын
Thanks man
@pavanichowdary6789
@pavanichowdary6789 4 жыл бұрын
Excellent leacture tqq mam
@sujithb8482
@sujithb8482 Жыл бұрын
thank mam 🤗
@friend8801
@friend8801 6 ай бұрын
7:47 return statement is redundant because it's return type is void, and printf is a valid statement.
@adarshbhardwaj6190
@adarshbhardwaj6190 6 ай бұрын
yes
@kayalpanneer5484
@kayalpanneer5484 4 жыл бұрын
Nice mam
@mahendrapulicherla3352
@mahendrapulicherla3352 4 жыл бұрын
Mam definitions does not understand
@kparteearabhi3322
@kparteearabhi3322 Жыл бұрын
@bhavinravalia9285
@bhavinravalia9285 8 ай бұрын
👍👍💥💥
@user-ij3px2gf4l
@user-ij3px2gf4l Жыл бұрын
4:24 "i want to be eliminated" 🤣🤣🤣
@kumarrishabh6195
@kumarrishabh6195 2 ай бұрын
Accding to me the last one would not be a = a + 1 !!!! It would be a = a * 1
@nlpkvarma
@nlpkvarma 2 ай бұрын
both are different examples bro, a=a+0 can be replaced by a itself Likewise,a=a+1 can be replaced by INC a
@damareswaramaddepalli9714
@damareswaramaddepalli9714 3 жыл бұрын
you are super madam
@pranjalgupta9427
@pranjalgupta9427 3 жыл бұрын
Nice 👍👏😊
@Rameshmaddisety
@Rameshmaddisety 3 жыл бұрын
10:40 it's not a=a+1 it's a++ 🙏🙏🙏🙏
@krishgupta9795
@krishgupta9795 3 жыл бұрын
Thanks
@prabhatbhartola9191
@prabhatbhartola9191 2 жыл бұрын
Thank You
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 22 МЛН
Clown takes blame for missing candy 🍬🤣 #shorts
00:49
Yoeslan
Рет қаралды 38 МЛН
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 71 МЛН
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 22 МЛН