Mon, 30 Mar 2009 17:49:01 +0000 First simple block works. See IRBuilderTest>>testBlock_blockTempArg.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 30 Mar 2009 17:49:01 +0000] rev 10
First simple block works. See IRBuilderTest>>testBlock_blockTempArg. More tests are comming.
Mon, 30 Mar 2009 14:47:18 +0000 Initial support for closures.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 30 Mar 2009 14:47:18 +0000] rev 9
Initial support for closures.
Wed, 25 Feb 2009 16:49:21 +0000 instVarStore instruction fixed
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 25 Feb 2009 16:49:21 +0000] rev 8
instVarStore instruction fixed
Tue, 02 Dec 2008 09:43:42 +0000 IRBytecodeGenerator emits lineno instructions only when lineno differs from the last one
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 02 Dec 2008 09:43:42 +0000] rev 7
IRBytecodeGenerator emits lineno instructions only when lineno differs from the last one
Tue, 02 Dec 2008 08:14:54 +0000 A new IRLine pseudoinstruction added to include debugging info into the bytecode.
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 02 Dec 2008 08:14:54 +0000] rev 6
A new IRLine pseudoinstruction added to include debugging info into the bytecode. See IRBuilderTests for examples.
Mon, 01 Dec 2008 19:01:08 +0000 Added method IRBuilder>>#send:numArgs and IRBuilder>>#send:numArgs:toSuperOf:.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 01 Dec 2008 19:01:08 +0000] rev 5
Added method IRBuilder>>#send:numArgs and IRBuilder>>#send:numArgs:toSuperOf:. Those methods will be used by the Ruby compiler
Wed, 05 Nov 2008 18:58:44 +0000 symbolic code generation fixed (wrong code was generated when ir had more than 10 sequences)
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 05 Nov 2008 18:58:44 +0000] rev 4
symbolic code generation fixed (wrong code was generated when ir had more than 10 sequences)
Mon, 03 Nov 2008 17:02:40 +0000 Fixes IRBytecodeGenerator >> #pushLiteral and IRBuilder >> #jumpAheadTo:
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 03 Nov 2008 17:02:40 +0000] rev 3
Fixes IRBytecodeGenerator >> #pushLiteral and IRBuilder >> #jumpAheadTo:
Wed, 17 Sep 2008 10:30:02 +0000 Minor fixes. All tests passes
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 17 Sep 2008 10:30:02 +0000] rev 2
Minor fixes. All tests passes
Wed, 11 Jun 2008 14:54:42 +0000 Initial revision. All tests pass.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 11 Jun 2008 14:54:42 +0000] rev 1
Initial revision. All tests pass.
(0) +10 tip