Help


from Wikipedia
« »  
; Machine independent vs machine dependent: Many optimizations that operate on abstract programming concepts ( loops, objects, structures ) are independent of the machine targeted by the compiler, but many of the most effective optimizations are those that best exploit special features of the target platform.
E. g.
: Instructions which do several things at once, such as decrement register and branch if not zero.

2.165 seconds.