Hacker News new | ask | show | jobs
by 0xdeadbeefbabe 2997 days ago
What does //go:noinline mean in this context?
1 comments

go has certain quasi hidden directives for the compiler. This one means "don't inline the following function."