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 2fc32a5

Browse files
author
Nikos M
committed
update
1 parent 297785f commit 2fc32a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎README.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
* [General Principles](#general-principles)
99
* [Low-level](#low-level)
10+
* [Language-dependent optimization](#language-dependent-optimization)
1011
* [Language-independent optimization](#language-independent-optimization)
1112
* [Databases](#databases)
1213
* [Web](#web)
@@ -101,6 +102,11 @@ __Arithmetic Operations__
101102
* __Optimizations over a group of Atoms__ : Similar to previous, this kind of optimization, involves examining the control flow over a group of cpu instructions and re-arranging so that the functionality is retained, while using simpler/fewer instructions. For example a complex IF THEN logic, depending on parameters, can be simplified to a single Jump statement, and so on.
102103

103104

105+
###Language-dependent optimization
106+
107+
* Check carefuly the **documentation and manual** for the underlying mechanisms the language is using to implement specific features and operations and use them to estimate the cost of a certain code and the alternatives provided.
108+
109+
104110

105111
###Language-independent optimization
106112

0 commit comments

Comments
(0)

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