AtomOS icon indicating copy to clipboard operation
AtomOS copied to clipboard

[Compiler] Add Inline support to the methods

Open amaneureka opened this issue 8 years ago • 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.

amaneureka avatar Jun 05 '16 18:06 amaneureka