* src/vm/jit/jit.h (jitdata): Clarified comment of isleafmethod.
authoredwin <none@none>
Sat, 4 Nov 2006 23:42:40 +0000 (23:42 +0000)
committeredwin <none@none>
Sat, 4 Nov 2006 23:42:40 +0000 (23:42 +0000)
src/vm/jit/jit.h

index 8785cafc036e937f4b834b52f5a88ef06da0ce08..7c2f9bb3f4437f595df1a546b50eb2945631dad1 100644 (file)
@@ -30,7 +30,7 @@
    Changes: Christian Thalinger
                        Edwin Steiner
 
-   $Id: jit.h 5905 2006-11-04 23:29:36Z edwin $
+   $Id: jit.h 5907 2006-11-04 23:42:40Z edwin $
 
 */
 
@@ -112,7 +112,7 @@ struct jitdata {
 #endif
 
        u4               flags;           /* contains JIT compiler flags          */
-       bool             isleafmethod;    /* does method call subroutines         */
+       bool             isleafmethod;    /* true, if no subroutines are called   */
 
        instruction     *instructions;    /* ICMDs, valid between parse and stack */
        basicblock      *basicblocks;     /* start of basic block list            */