Compiler Design Symbol Table in Compiler In this article, we have explored Symbol Table in Compiler in depth. We presented 3 different approaches to implement Symbol Table using Linear List, Tree and Hash Table data structures.
Compiler Design Error recovery in Compiler Design In this article, we will discuss about various types of errors that occurs in the compiler design and what are those methods with the help of which this error can be recovered in a compiler.
Compiler Design Peephole Optimization in Compiler Design In terms of compiler optimization, classical compilers used a method called Peephole Optimization, which is a powerful optimization approach.
Compiler Design Different Code Optimizations in Compiler Design In this article, we have listed and explained Different Code Optimizations in Compiler Design such as Peephole optimization, loop unrolling, Loop-invariant code motion and much more.