diff options
Diffstat (limited to 'documentation/ref-manual/ref-qa-checks.xml')
-rw-r--r-- | documentation/ref-manual/ref-qa-checks.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 43cb26db4c..b4657e2ced 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml | |||
@@ -464,6 +464,16 @@ can be found then it should be implemented. I can't find one at the moment. | |||
464 | <filename>.text</filename> sections. | 464 | <filename>.text</filename> sections. |
465 | This situation can result in a performance impact | 465 | This situation can result in a performance impact |
466 | at runtime. | 466 | at runtime. |
467 | <note><title>Tip</title> | ||
468 | If you do experience runtime performance issues, | ||
469 | you could try assigning "-fPIC/-fpic" to | ||
470 | <filename>gcc</filename>. | ||
471 | </note> | ||
472 | </para> | ||
473 | |||
474 | <para> | ||
475 | For more information on text relocations at runtime, see | ||
476 | <ulink url='http://www.akkadia.org/drepper/textrelocs.html'></ulink>. | ||
467 | </para> | 477 | </para> |
468 | 478 | ||
469 | <para> | 479 | <para> |