[parrot/parrot] 49f2db: fix bug in M0 bytecode tests

noreply at github.com noreply at github.com
Thu May 5 07:06:56 UTC 2011


Branch: refs/heads/m0-prototype
Home:   https://github.com/parrot/parrot

Commit: 49f2db067f038ac14de057bc08a085b01682ab29
    https://github.com/parrot/parrot/commit/49f2db067f038ac14de057bc08a085b01682ab29
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-05-04 (Wed, 04 May 2011)

Changed paths:
  M t/m0/m0bgen.t

Log Message:
-----------
fix bug in M0 bytecode tests


Commit: e8479051cdbfb7c61df0fca9d8936563f7400289
    https://github.com/parrot/parrot/commit/e8479051cdbfb7c61df0fca9d8936563f7400289
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-05-04 (Wed, 04 May 2011)

Changed paths:
  M t/m0/test_file.m0b

Log Message:
-----------
fix example test m0b file


Commit: 465f941bd020f30b74779ab5ad20fcd1c4156f93
    https://github.com/parrot/parrot/commit/465f941bd020f30b74779ab5ad20fcd1c4156f93
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-05-04 (Wed, 04 May 2011)

Changed paths:
  M src/m0/m0_interp.pl

Log Message:
-----------
finish implementing m0b loading for prototype M0 interp


Commit: e4842a82a65101244ed7d5903c240da23a9eaac7
    https://github.com/parrot/parrot/commit/e4842a82a65101244ed7d5903c240da23a9eaac7
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-05-04 (Wed, 04 May 2011)

Changed paths:
  M src/m0/m0_interp.pl

Log Message:
-----------
actually store parsed data in the interp


Commit: 9b72488f18999ffe723a6c17eafc015f04ddb6fd
    https://github.com/parrot/parrot/commit/9b72488f18999ffe723a6c17eafc015f04ddb6fd
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-05-04 (Wed, 04 May 2011)

Changed paths:
  M src/m0/m0_interp.pl

Log Message:
-----------
add a bunch of constants for the M0 interp


Commit: 9c552f6678ec7fa5523e3262758268d69d970880
    https://github.com/parrot/parrot/commit/9c552f6678ec7fa5523e3262758268d69d970880
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-05-04 (Wed, 04 May 2011)

Changed paths:
  M src/m0/m0_interp.pl

Log Message:
-----------
implement context initialization


Commit: dcb5eb76a008f3a3384615ea22a128dd8c92f47e
    https://github.com/parrot/parrot/commit/dcb5eb76a008f3a3384615ea22a128dd8c92f47e
Author: Christoph Otto <christoph_git at mksig.org>
Date:   2011-05-05 (Thu, 05 May 2011)

Changed paths:
  M src/m0/m0_interp.pl

Log Message:
-----------
implement run_ops - It's alive!!!

The M0 interp now has the ability to either run noop or say_i from M0
bytecode.  It's nowhere near complete, but being able to run ops is shiny.


Compare: https://github.com/parrot/parrot/compare/8255ff1...dcb5eb7


More information about the parrot-commits mailing list