[svn:parrot] r41041 - branches/pluggable_runcore/src/runcore

cotto at svn.parrot.org cotto at svn.parrot.org
Sun Sep 6 05:39:03 UTC 2009


Author: cotto
Date: Sun Sep  6 05:39:02 2009
New Revision: 41041
URL: https://trac.parrot.org/parrot/changeset/41041

Log:
[profiling] move a misplaced comment

Modified:
   branches/pluggable_runcore/src/runcore/cores.c

Modified: branches/pluggable_runcore/src/runcore/cores.c
==============================================================================
--- branches/pluggable_runcore/src/runcore/cores.c	Sun Sep  6 05:37:12 2009	(r41040)
+++ branches/pluggable_runcore/src/runcore/cores.c	Sun Sep  6 05:39:02 2009	(r41041)
@@ -1152,6 +1152,7 @@
         exec_cstr         = Parrot_str_to_cstring(interp, VTABLE_get_string(interp, executable));
         command_line_cstr = Parrot_str_to_cstring(interp, command_line);
 
+        /* The CLI line won't reflect any options passed to the parrot binary. */
         fprintf(runcore->profile_fd, "CLI:%s %s\n", exec_cstr, command_line_cstr);
 
         mem_sys_free(exec_cstr);
@@ -1163,7 +1164,6 @@
 
     if (Profiling_first_loop_TEST(runcore)) {
 
-        /* The CLI line won't reflect any options passed to the parrot binary. */
         fprintf(runcore->profile_fd, "VERSION:1\n");
         /* silly hack to make all separate runloops appear to come from a single source */
         fprintf(runcore->profile_fd, "CS:{ns:main}{file:no_file}{sub:0x1}{ctx:0x1}\n");


More information about the parrot-commits mailing list