Hacker Dictionary
 
Browse the Dictionary...
All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Navigation Random Term
  • register dancing
    n. Many older processor architectures suffer from a serious shortage of general-purpose registers. This is especially a problem for compiler-writers, because their generatedVIEW ENTIRE DEFINITION


  •  View Definition: winged comments 

    winged comments


    n. Comments set on the same line as code, as opposed to boxed comments. In C, for example

    d = sqrt(x*x + y*y); /* distance from origin */

    Generally these refer only to the action(s) taken on that line.