--- wikisrc/pkgsrc/hardening.mdwn 2016/03/17 14:02:38 1.10 +++ wikisrc/pkgsrc/hardening.mdwn 2017/06/25 15:47:49 1.11 @@ -76,11 +76,11 @@ involve patching the original program. ### Performance impact For better protection, full RELRO requires every symbol to be resolved when the -program starts, rather than lazily at run-time. This will have more impact on -programs using a lot of symbols, or linked to libraries exposing a lot of -symbols. Therefore, daemons or programs otherwise running in background are -affected only when started. Programs loading plug-ins at run-time are affected -when loading the plug-ins. +program starts, rather than simply when required at run-time. This will have +more impact on programs using a lot of symbols, or linked to libraries exposing +a lot of symbols. Therefore, daemons or programs otherwise running in +background are affected only when started. Programs loading plug-ins at +run-time are affected when loading the plug-ins. The impact is not expected to be noticeable on modern hardware, except in some cases for big programs.