amaneureka/AtomOS

[Compiler] Add Inline support to the methods

Opened this issue · 0 comments

Compiling small method as inline function could save cpu time in fetching address and jumping to the label.
So, A Inline attribute that would tell the compiler that this method needs to be compiled inline. And also add inline feature to method processing engine of compiler.