Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 95d2071

Browse files
author
Nikos M
committed
update references
1 parent 1ee5cab commit 95d2071

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

‎README.md‎

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The 90-10 (or 80-20 or other variations) rule of thumb, states that __90 percent
5555
One optimization technique (eg simplification) can lead to the application of another optimization technique (eg constant substitution) and this in turn can lead back to the further application of the first optimization technique (or others). Doors can open.
5656

5757

58-
__References:__ [8], [10], [11]
58+
__References:__ [8], [10], [11], [35], [36], [37], [38], [39]
5959

6060

6161
###Low-level
@@ -364,6 +364,11 @@ Database Access can be expensive, this means it is usually better to fetch the n
364364
* http://www.slideshare.net/andreialexandrescu1/three-optimization-tips-for-c-15708507
365365
* http://floating-point-gui.de/
366366
* http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
367+
* http://dragonbook.stanford.edu/lecture-notes/Stanford-CS143/20-Optimization.pdf
368+
* https://cs.brown.edu/courses/cs033/docs/guides/c_optimization_notes.pdf
369+
* http://www.tantalon.com/pete/cppopt/main.htm
370+
* http://www.azillionmonkeys.com/qed/optimize.html
371+
* http://www.ibiblio.org/pub/languages/fortran/ch1-9.html
367372

368373
[1]: http://en.wikipedia.org/wiki/Code_optimization
369374
[2]: http://en.wikipedia.org/wiki/Don%27t_repeat_yourself
@@ -398,4 +403,9 @@ Database Access can be expensive, this means it is usually better to fetch the n
398403
[31]: https://www.facebook.com/notes/facebook-engineering/three-optimization-tips-for-c/10151361643253920
399404
[32]: http://www.slideshare.net/andreialexandrescu1/three-optimization-tips-for-c-15708507
400405
[33]: http://floating-point-gui.de/
401-
[34]: http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
406+
[34]: http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
407+
[35]: http://dragonbook.stanford.edu/lecture-notes/Stanford-CS143/20-Optimization.pdf
408+
[36]: https://cs.brown.edu/courses/cs033/docs/guides/c_optimization_notes.pdf
409+
[37]: http://www.tantalon.com/pete/cppopt/main.htm
410+
[38]: http://www.azillionmonkeys.com/qed/optimize.html
411+
[39]: http://www.ibiblio.org/pub/languages/fortran/ch1-9.html

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /