[parrot/parrot] bffc1f: move the m0 interp and assembler to a language-spe...
noreply at github.com
noreply at github.com
Tue May 31 05:41:02 UTC 2011
Branch: refs/heads/m0-prototype
Home: https://github.com/parrot/parrot
Commit: bffc1ff2c80248534e888bfb77396a62fe719590
https://github.com/parrot/parrot/commit/bffc1ff2c80248534e888bfb77396a62fe719590
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-05-30 (Mon, 30 May 2011)
Changed paths:
R src/m0/m0_assembler.pl
R src/m0/m0_interp.pl
A src/m0/perl5/m0_assembler.pl
A src/m0/perl5/m0_interp.pl
M t/m0/m0_assembler.t
M t/m0/m0_bytecode_loading.t
M t/m0/m0_integration.t
M t/m0/m0_run_hello_m0b.t
Log Message:
-----------
move the m0 interp and assembler to a language-specific dir under src/m0
Commit: fa293b4215245dac27f345959dd80bde71e5facd
https://github.com/parrot/parrot/commit/fa293b4215245dac27f345959dd80bde71e5facd
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-05-30 (Mon, 30 May 2011)
Changed paths:
M .gitignore
Log Message:
-----------
update .gitignore with .m0b files
Commit: c118e24ce12c001dd0027139350b70ba1039c7fc
https://github.com/parrot/parrot/commit/c118e24ce12c001dd0027139350b70ba1039c7fc
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-05-30 (Mon, 30 May 2011)
Changed paths:
M src/m0/perl5/m0_assembler.pl
Log Message:
-----------
update the M0 assembler with recent changes to the spec
Commit: e1c303582b125fd2a9c66197947a0401a405fba7
https://github.com/parrot/parrot/commit/e1c303582b125fd2a9c66197947a0401a405fba7
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-05-30 (Mon, 30 May 2011)
Changed paths:
M src/m0/perl5/m0_assembler.pl
Log Message:
-----------
update variable names in assembler to refer to the constants table
Commit: 579e3b20e6d65dccb17456afbe1cea773d191f65
https://github.com/parrot/parrot/commit/579e3b20e6d65dccb17456afbe1cea773d191f65
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-05-30 (Mon, 30 May 2011)
Changed paths:
M src/m0/perl5/m0_interp.pl
Log Message:
-----------
update m0 interp code to be less inconsistent with recent spec changes
Commit: dbf8970164ae7d35e34a71d16201885feb41bac5
https://github.com/parrot/parrot/commit/dbf8970164ae7d35e34a71d16201885feb41bac5
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-05-30 (Mon, 30 May 2011)
Changed paths:
M src/m0/perl5/m0_assembler.pl
Log Message:
-----------
update name of CONST register to CONSTS
Commit: ca6046182649c9a3943fec1acde62ea0b69f6b0a
https://github.com/parrot/parrot/commit/ca6046182649c9a3943fec1acde62ea0b69f6b0a
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-05-30 (Mon, 30 May 2011)
Changed paths:
M src/m0/perl5/m0_interp.pl
Log Message:
-----------
add stub implementations of new ops, various minor fixes
Commit: 0eea6149629e44397ae87fba7b6a43b214b86723
https://github.com/parrot/parrot/commit/0eea6149629e44397ae87fba7b6a43b214b86723
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-05-30 (Mon, 30 May 2011)
Changed paths:
M src/m0/perl5/m0_interp.pl
Log Message:
-----------
implement all the ops I trust myself to implement
Compare: https://github.com/parrot/parrot/compare/5728c49...0eea614
More information about the parrot-commits
mailing list