Search Results
7/31/2025, 9:56:35 PM
>>106095663
or this
this is more generic/template-like
i have two nigh identical functions
i use a force inline to keep the code thats common to both in one exemplary
it gets force inlined so theres no function call
everything gets meshed toegether as if it were all contiguous code
the other example is just using FI to contain the spaghetti into individual units
or this
this is more generic/template-like
i have two nigh identical functions
i use a force inline to keep the code thats common to both in one exemplary
it gets force inlined so theres no function call
everything gets meshed toegether as if it were all contiguous code
the other example is just using FI to contain the spaghetti into individual units
Page 1