🐡 Engine


Parts of Engine

Engine Memory — made of Heap and Stack. Heap store objects in unordered way. While Stack stores execution contexts, primitives and references to objects. It is initialised with global context. Functions are ran by placing their contexts on stack.

🥴 Tips for optimised code