comparison docs/Lexicon.rst @ 148:63bd29f05246

merged
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 19:46:37 +0900
parents c2174574ed3a
children
comparison
equal deleted inserted replaced
146:3fc4d5c3e21e 148:63bd29f05246
131 reachability analysis. 131 reachability analysis.
132 132
133 I 133 I
134 - 134 -
135 135
136 **ICE**
137 Internal Compiler Error. This abbreviation is used to describe errors
138 that occur in LLVM or Clang as they are compiling source code. For example,
139 if a valid C++ source program were to trigger an assert in Clang when
140 compiled, that could be referred to as an "ICE".
141
136 **IPA** 142 **IPA**
137 Inter-Procedural Analysis. Refers to any variety of code analysis that 143 Inter-Procedural Analysis. Refers to any variety of code analysis that
138 occurs between procedures, functions or compilation units (modules). 144 occurs between procedures, functions or compilation units (modules).
139 145
140 **IPO** 146 **IPO**
177 **MC** 183 **MC**
178 Machine Code 184 Machine Code
179 185
180 N 186 N
181 - 187 -
188 .. _nfc:
182 189
183 **NFC** 190 **NFC**
184 "No functional change". Used in a commit message to indicate that a patch 191 "No functional change". Used in a commit message to indicate that a patch
185 is a pure refactoring/cleanup. 192 is a pure refactoring/cleanup.
186 Usually used in the first line, so it is visible without opening the 193 Usually used in the first line, so it is visible without opening the