Re: About SmartASMifier

2017-12-21 Thread Shil Sinha
Nice! On Thu, Dec 21, 2017 at 8:45 AM, Daniel.Sun wrote: > Thanks ;-) > > > > -- > Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html >

Re: About SmartASMifier

2017-12-21 Thread Daniel.Sun
Thanks ;-) -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: About SmartASMifier

2017-12-21 Thread Graeme Rocher
Very useful. Nice work! On Thu, Dec 21, 2017 at 10:48 AM, Paul King wrote: > Nice work! > > On Thu, Dec 21, 2017 at 5:11 PM, Daniel.Sun wrote: >> >> Hi all, >> >> Recently I spend some spare time to investigate bytecode generation >> of >> native lambda. In order to view the ASM source code

Re: About SmartASMifier

2017-12-21 Thread Paul King
Nice work! On Thu, Dec 21, 2017 at 5:11 PM, Daniel.Sun wrote: > Hi all, > > Recently I spend some spare time to investigate bytecode generation of > native lambda. In order to view the ASM source code(or bytecode) easily, I > developed a tool named SmartASMifier( > https://github.com/daniel

About SmartASMifier

2017-12-20 Thread Daniel.Sun
Hi all, Recently I spend some spare time to investigate bytecode generation of native lambda. In order to view the ASM source code(or bytecode) easily, I developed a tool named SmartASMifier( https://github.com/danielsun1106/SmartASMifier ). Now I share it with you :-) Cheers, Daniel.Sun