AtomOS
AtomOS copied to clipboard
[Compiler] Add Inline support to the methods
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.