Displaying 2 results from an estimated 2 matches for "boost_pp_repeat".
2016 Mar 24
2
Clang Preprocessor Speed Up
...ies have rather deeply nested
macro definitions, and each time lexer sees it in code, it reexpands
definition fully. This seems to be overkill sometimes, for rather often
macros are not redefined in code, so expansion can be reused.
Of course, the typical nesting is rather low, but for example
BOOST_PP_REPEAT can cause such situations.
So, the question is, what do you think about possible utility of such
research and the reasons for you think so?
<https://www.google.ru/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwii-ZW4oNrLAhWrCXMKHcFpA1wQFggfMAA&url=http%3A%2F%2F...
2016 Mar 24
0
Clang Preprocessor Speed Up
...sted macro
> definitions, and each time lexer sees it in code, it reexpands definition
> fully. This seems to be overkill sometimes, for rather often macros are not
> redefined in code, so expansion can be reused.
>
> Of course, the typical nesting is rather low, but for example
> BOOST_PP_REPEAT can cause such situations.
>
> So, the question is, what do you think about possible utility of such
> research and the reasons for you think so?
>
> <https://www.google.ru/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwii-ZW4oNrLAhWrCXMKHcFpA1wQFggfMA...