|
|
|
|
|
by rumcajz
3102 days ago
|
|
Yes, it's just a normal function. What go() macro does is that it switches the stack, then lets compiler-generated code put the args of the function at the top of the new stack. Obviously, if the function was inlined, the above would not work. |
|