[parrot/parrot] 247158: remove the field interp->output_file. Instead, we ...

noreply at github.com noreply at github.com
Fri Jan 14 19:28:28 UTC 2011


Branch: refs/heads/imcc_cleanups
Home:   https://github.com/parrot/parrot

Commit: 2471580b7316eb4289d0012a8aa927077d65aecd
    https://github.com/parrot/parrot/commit/2471580b7316eb4289d0012a8aa927077d65aecd
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M frontend/parrot/main.c
  M include/parrot/api.h
  M include/parrot/interpreter.h
  M src/embed/api.c

Log Message:
-----------
remove the field interp->output_file. Instead, we let IMCC parse that option internally for now and not burden the interp with that information


Commit: d4cdba7072576fb0090c6803b45dc9d9a31cfce1
    https://github.com/parrot/parrot/commit/d4cdba7072576fb0090c6803b45dc9d9a31cfce1
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M compilers/imcc/main.c
  M frontend/parrot/main.c
  M src/embed/api.c

Log Message:
-----------
remove .pbc loading logic from imcc_run, and move it into the parrot.exe frontend. While I'm there, change argument parsing so we put parsed flag values into a struct, and make a few other cleanups and changes




More information about the parrot-commits mailing list