Older
-
-
-
r122
(Added ASM-3.1 binary/source and ASM-3.0 source.) committed by aviad.in...@gmail.com
- Added ASM-3.1 binary/source and ASM-3.0 source.
Added ASM-3.1 binary/source and ASM-3.0 source.
-
-
r121
(Added google-code issue 13 test and verified success.) committed by aviad.in...@gmail.com
- Added google-code issue 13 test and verified success.
Added google-code issue 13 test and verified success.
-
-
-
r120
(Added google-code issue 11 test and verified success.) committed by aviad.in...@gmail.com
- Added google-code issue 11 test and verified success.
Added google-code issue 11 test and verified success.
-
r119
(All tests except for exception handling work now.
Added som...) committed by aviad.in...@gmail.com
- All tests except for exception handling work now.
Added some exception-stack handling but its still tricky.
All tests except for exception handling work now.
Added some exception-stack handling but its still tricky.
-
-
r118
(Fixed ArrayLoader to not go too high when stack-crawling.
) committed by aviad.in...@gmail.com
- Fixed ArrayLoader to not go too high when stack-crawling.
Fixed ArrayLoader to not go too high when stack-crawling.
-
r117
(Fixed off isJump bug where ALOAD would appear +1 below the j...) committed by aviad.in...@gmail.com
- Fixed off isJump bug where ALOAD would appear +1 below the jump and not directly below it.
Fixed off isJump bug where ALOAD would appear +1 below the jump and not directly below it.
-
r116
(Created some more trouble by trying to fix things late at ni...) committed by aviad.in...@gmail.com
- Created some more trouble by trying to fix things late at night... :/
Seriously though: Tried to position the ALOAD 0 in the correct position, taking into account the
TABLESWITCH, LABELs, and non-changing bytecodes...
Created some more trouble by trying to fix things late at night... :/
Seriously though: Tried to position the ALOAD 0 in the correct position, taking into account the
TABLESWITCH, LABELs, and non-changing bytecodes...
-
r115
(Switched enhancing to go bottom-up. Nothing works now, but i...) committed by aviad.in...@gmail.com
- Switched enhancing to go bottom-up. Nothing works now, but it seems to be a preferred technique..
Just need to re-arrange all the enhancers.
Switched enhancing to go bottom-up. Nothing works now, but it seems to be a preferred technique..
Just need to re-arrange all the enhancers.
-
r114
(Fixed stack-crawling to stop at labels.) committed by aviad.in...@gmail.com
- Fixed stack-crawling to stop at labels.
Fixed stack-crawling to stop at labels.
-
r113
(Fixed treatment to going back the stack.) committed by aviad.in...@gmail.com
- Fixed treatment to going back the stack.
Fixed treatment to going back the stack.
-
-
-
r110
(Added support for multi-a-new-array in code stack handler.) committed by aviad.in...@gmail.com
- Added support for multi-a-new-array in code stack handler.
Added support for multi-a-new-array in code stack handler.
-
r109
(Made code stack handler more efficient and support all opcod...) committed by aviad.in...@gmail.com
- Made code stack handler more efficient and support all opcodes (except MULTIANEWARRAY)
Made code stack handler more efficient and support all opcodes (except MULTIANEWARRAY)
-
r108
(Added unbox/rebox support to iinc enhancer.) committed by aviad.in...@gmail.com
- Added unbox/rebox support to iinc enhancer.
Added unbox/rebox support to iinc enhancer.
-
r107
(Added array store enhancer.) committed by aviad.in...@gmail.com
- Added array store enhancer.
Added array store enhancer.
-
r106
(Added unboxing support to load enhancer.) committed by aviad.in...@gmail.com
- Added unboxing support to load enhancer.
Added unboxing support to load enhancer.
-
r105
(Added boxing support to store enhancer.) committed by aviad.in...@gmail.com
- Added boxing support to store enhancer.
Added boxing support to store enhancer.
-
r104
(Added treatment for method invocations.) committed by aviad.in...@gmail.com
- Added treatment for method invocations.
Added treatment for method invocations.
-
r103
(Fixed badly treated long and object arrays in ArrayLoad.) committed by aviad.in...@gmail.com
- Fixed badly treated long and object arrays in ArrayLoad.
Fixed badly treated long and object arrays in ArrayLoad.
-
-
r101
(Added treatment for method invocation in stack calculations.) committed by aviad.in...@gmail.com
- Added treatment for method invocation in stack calculations.
Added treatment for method invocation in stack calculations.
-
r100
(Added treatment for yieldBreak; more tests passing.) committed by aviad.in...@gmail.com
- Added treatment for yieldBreak; more tests passing.
Added treatment for yieldBreak; more tests passing.
-
r99
(Arraylength enhancer added. Some array tests working.) committed by aviad.in...@gmail.com
- Arraylength enhancer added. Some array tests working.
Arraylength enhancer added. Some array tests working.
-
r98
(Added array load enhancer. Array tests still not working.) committed by aviad.in...@gmail.com
- Added array load enhancer. Array tests still not working.
Added array load enhancer. Array tests still not working.
-
-
r96
(Made the test configuration part of the project file.) committed by aviad.in...@gmail.com
- Made the test configuration part of the project file.
Made the test configuration part of the project file.
-
r95
(Added state keeper to tree version. Still not working.) committed by aviad.in...@gmail.com
- Added state keeper to tree version. Still not working.
Added state keeper to tree version. Still not working.
-
r94
(Started work on yieldReturn enhancer. Not working.) committed by aviad.in...@gmail.com
- Started work on yieldReturn enhancer. Not working.
Started work on yieldReturn enhancer. Not working.
-
r93
(Replacement of xLOAD now works with tree-api.) committed by aviad.in...@gmail.com
- Replacement of xLOAD now works with tree-api.
Replacement of xLOAD now works with tree-api.
-
r92
(Replacement of xSTORE now works with tree-api.) committed by aviad.in...@gmail.com
- Replacement of xSTORE now works with tree-api.
Replacement of xSTORE now works with tree-api.
-
r91
(Added some parameters to agent to allow dynamic selection be...) committed by aviad.in...@gmail.com
- Added some parameters to agent to allow dynamic selection between tree and non-tree.
Added some parameters to agent to allow dynamic selection between tree and non-tree.
-
r90
(Started the tree-api development.) committed by aviad.in...@gmail.com
- Started the tree-api development.
Started the tree-api development.
-
r89
(Refactored the core of the yielder functionality out, to all...) committed by aviad.in...@gmail.com
- Refactored the core of the yielder functionality out, to allow the tree-api implementation with less
boiler-plate.
Refactored the core of the yielder functionality out, to allow the tree-api implementation with less
boiler-plate.
-
|