LanguageDev / Yoakke

A collection of libraries for implementing compilers in .NET.
Apache License 2.0
141 stars 8 forks source link

IR-Parser take endless amount of memory #118

Open furesoft opened 2 years ago

furesoft commented 2 years ago

Describe the bug If I try to run the IR Sample the IR-Parser takes an endless amount of memory

Which libraries does it affect? Yoakke.IR

To Reproduce Steps to reproduce the behavior:

  1. Run Yoakke.IR.Sample

Environment

LPeter1997 commented 2 years ago

I'll investigate this in a few days, as the sample consuming infinite memory sounds really concerning.

Note: The IR module is really just at the toying/planning stage as I still don't yet know how I should approach it.