Index: docs/subcomponents/drlvm/JIT.html =================================================================== --- docs/subcomponents/drlvm/JIT.html (revision 495534) +++ docs/subcomponents/drlvm/JIT.html (working copy) @@ -1886,6 +1856,10 @@ The control flow graph represents the flow of a method and give basis for IR forms. +
  • + The internal profiler of the code generator + instruments code so that per-method counters of executed instructions can be dumped. +
  • Note @@ -2734,6 +2708,7 @@ + Index: xdocs/subcomponents/drlvm/Jitrino.html =================================================================== --- xdocs/subcomponents/drlvm/Jitrino.html (revision 495534) +++ xdocs/subcomponents/drlvm/Jitrino.html (working copy) @@ -1676,6 +1676,10 @@ The control flow graph represents the flow of a method and give basis for IR forms. +

  • + The internal profiler of the code generator + instruments code so that per-method counters of executed instructions can be dumped. +
  • Note @@ -2524,3 +2528,4 @@ +