phillipstanleymarbell / Noisy-lang-compiler

Noisy language compiler
MIT License
17 stars 1 forks source link

Issue 628 - Type Shrinkage and Memory Alignment #630

Closed PeiMu closed 1 year ago

PeiMu commented 1 year ago

A PR for issue 628.

In this PR, I'm going to implement the type shrinkage with memory alignment.

PeiMu commented 1 year ago

I reformated the files by clang-format tool.

PeiMu commented 1 year ago

The code base is super different. I merge the code manually.