search for: initiaslisers

Displaying 1 result from an estimated 1 matches for "initiaslisers".

Did you mean: initialisers
2015 Dec 04
3
[RFC][ARM] Add support for embedded position-independent code (ROPI/RWPI)
...solves this by having the dynamic linker fix up any relocations on the data segment. Since these modes are trying to avoid the need for a dynamic linker, we instead have the compiler emit code to initialise these variables at startup time. These initiailisers are expected to be rare, so the dynamic initiaslisers will be smaller than the equivalent dynamic linker plus relocation and symbol tables. If a variable with an initialiser that needs lowering is declared with a const-qualified type, we must emit it as a non-constant so that it gets put into writable memory. I'm using the "externally_initia...