From 8ab626f55768303cd9ef02f9b01bd72e8b2c2d4c Mon Sep 17 00:00:00 2001 From: xliu79 <31554245+xliu79@users.noreply.github.com> Date: Mon, 20 Jul 2020 10:02:07 +0800 Subject: [PATCH] Update README.md --- english/basic_content/inline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/english/basic_content/inline/README.md b/english/basic_content/inline/README.md index 81fd28a..7a3191e 100644 --- a/english/basic_content/inline/README.md +++ b/english/basic_content/inline/README.md @@ -79,7 +79,7 @@ int main() ``` -Inline can improve the efficiency of functions, but not all functions are defined as inline functions!内联是以代码膨胀(复制)为代价,仅仅省去了函数调用的开销,从而提高函数的执行效率。 +Inline can improve the efficiency of functions, but not all functions are defined as inline functions! -If the execution time of the code in the function body is higher than the cost of function call, the efficiency of receiving goods will be less!