Skip to content
  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com
Basic Computer Science

My WordPress Blog

Subscribe
  • Home
  • Sample Page
  • Sample Page
  • Home
  • Compiler Design
Code Optimization
Posted inCompiler Design

Code Optimization

Posted by admin July 20, 2021
Optimization is a program transformation technique, which tries to improve the code by making it…
Read More
Peephole Optimization
Posted inCompiler Design

Peephole Optimization

Posted by admin July 20, 2021
1 Eliminating Redundant Loads and Stores 2 Eliminating Unreachable Code 3 Flow-of-Control Optimizations 4 Algebraic…
Read More
Issues in the Design of a Code Generator
Posted inCompiler Design

Issues in the Design of a Code Generator

Posted by admin July 20, 2021
 1 Input to the Code Generator 2 The Target Program 3 Instruction Selection 4 Register…
Read More
Code Generation
Posted inCompiler Design

Code Generation

Posted by admin July 20, 2021
Code generation can be considered as the final phase of compilation. Through post code generation,…
Read More
Access to Nonlocal Data on the Stack
Posted inCompiler Design

Access to Nonlocal Data on the Stack

Posted by admin July 20, 2021
1 Data Access Without Nested Procedures 2 Issues With Nested Procedures 3 A Language With…
Read More
Stack Allocation of Space
Posted inCompiler Design

Stack Allocation of Space

Posted by admin July 20, 2021
1 Activation Trees 2 Activation Records 3 Calling Sequences 4 Variable-Length Data on the Stack…
Read More
Storage Organization
Posted inCompiler Design

Storage Organization

Posted by admin July 20, 2021
From the perspective of the compiler writer, the executing target program runs in its own…
Read More
Translation of Expressions
Posted inCompiler Design

Translation of Expressions

Posted by admin July 20, 2021
 1 Operations Within Expressions  2 Incremental Translation  3 Addressing Array Elements  4 Translation of Array…
Read More
Declarations
Posted inCompiler Design

Declarations

Posted by admin July 20, 2021
When we encounter declarations, we need to lay out storage for the declared variables. For…
Read More
YACC
Posted inCompiler Design

YACC

Posted by admin July 20, 2021
YACC stands for Yet Another Compiler Compiler. YACC provides a tool to produce a parser for…
Read More

Posts pagination

1 2 3 4 Next page

Recent Posts

  • 10 Things Great Developers Do (That Others Don’t)
  • Understanding How a Computer Works: CPU, RAM, and Storage Explained 💻⚙️
  • Why Zone Routing Protocol is a Game-Changer in Mobile Ad Hoc Networks 🌐🚀
  • Title: ZRP vs AODV vs DSR: Understanding the Differences in Ad Hoc Routing Protocols 📡🔀
  • Top 10 Laptops Under ₹55,000 in India for 2025

Recent Comments

No comments to show.

Archives

  • June 2025
  • April 2025
  • March 2025
  • February 2025
  • August 2023
  • January 2022
  • November 2021
  • October 2021
  • July 2021

Categories

  • Advanced
  • Algorithms
  • Artificial Intelligence
  • Basics
  • Cloud Computing
  • Compiler Design
  • Computer Hardware
  • Distributed Systems
  • Featured
  • Internet Programming
  • Mobile Computing
  • Networking
  • Programming
  • Tech Reviews
  • Technology & Innovation
  • Uncategorized
Copyright 2025 — Basic Computer Science. All rights reserved. Bloghash WordPress Theme
Scroll to Top