File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ ongoing.
190
190
191
191
## DSO
192
192
193
- Dynamic shared object, an shared library file (.so/.dylib/.dll, the extension of
193
+ Dynamic shared object, a shared library file (.so/.dylib/.dll, the extension of
194
194
which depends on the platform) to be used by multiple applications while they
195
195
are executing.
196
196
@@ -265,6 +265,9 @@ in GOT directly point to absolute addresses of symbols. The format of GOT
265
265
is platform-dependent. Loaders update GOT relocations either on
266
266
startup or on symbol access.
267
267
268
+ Additionally, IRGen makes heavy usage of "GOT" as in "GOT-equivalent variable"
269
+ to describe the way it forms references to global objects that may or may not be external references.
270
+
268
271
## iff
269
272
270
273
[ "if and only if"] ( https://en.wikipedia.org/wiki/If_and_only_if ) . This term comes from mathematics.
You can’t perform that action at this time.
0 commit comments