amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 85 forks source link

[Compiler] vStack not good #33

Closed amaneureka closed 7 years ago

amaneureka commented 7 years ago

Compiler Internal virtual stack is not working properly. Though this is fine now. But may inject some serious issue in future.

amaneureka commented 7 years ago

vStack problem has been fixed. But no optimization technique is developed. Let's track it in different issue!