Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AST Modularization #1497

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

AST Modularization #1497

wants to merge 1 commit into from

Conversation

kugesan1105
Copy link
Collaborator

@kugesan1105 kugesan1105 commented Dec 23, 2024

Description

PR aims to optimize the compiler by modularizing the AST and compiling only relevant files while skipping unmodified and unnecessary ones during recompilation.

  • Update passes to support modularized AST
  • Cache IR - SubNodeTab Pass also
    [ use for Imports ] and use them during compilation
  • Symbol Table management - Dependency Table
  • Update passes to eliminate unnecessary recompilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant