Video Link: C++ Weekly - Ep 1 ChaiScript_Parser Initialization Refactor 此视频的目标:将代码中具有初始化语义的代码进行重构,以此可以更多的利用编译器能力进行优化,从而获得更高的性能。 Optimization Case https://gitee.com/harmonyos/OpenArkCompiler/blob/master/src/maple_ir/src/lexer.cpp 1 2
LLVM Coding Standards(LLVM编码规范) [TOC] Introduction(简介) This document attempts to describe a few coding standards that are being used in the LLVM source tree. Although no coding standards should be regarded as absolute requirements to be followed in