Re: [jvm-l] Stack value extractor in Java

2010-11-06 Thread John Rose
On Nov 6, 2010, at 11:38 AM, Rémi Forax wrote: > I've wanted to write that several times, so before doing something else, > I want to try to convince all VM hackers that they should stop doing > what they currently do and starts to implement a way to export > values from the VM stack into a Java o

Stack value extractor in Java

2010-11-06 Thread Rémi Forax
I've wanted to write that several times, so before doing something else, I want to try to convince all VM hackers that they should stop doing what they currently do and starts to implement a way to export values from the VM stack into a Java object. Here is the problem, a lot of unknown and unused