Re: Spread problem with 10 arguments

2009-07-10 Thread Fredrik Öhrström
John Rose skrev: Implementation code, you'll see places where bytecode generation is stubbed out, and that is some cause for concern. Yes, this is an important discussion point since bytecode generation was what we are trying to avoid by creating invokedyn et al. you can implement the

Re: Performance Update

2009-07-10 Thread Christian Thalinger
Chanwit Kaewkasi wrote: Or is that optimized away? Really do not know what's happening behind the scene. It would be great if I could be able to dump and see the optimized native codes. If you have a debug build you can use -XX:+PrintOptoAssembly (so you don't have to build hsdis). It's

Re: current bug with throwing through MH calls

2009-07-10 Thread Christian Thalinger
John Rose wrote: FTR, here's a test case I just minimized. It may be related to some of the failures we've been seeing. I have a fix (like you suggested). I just need you to review it. -- Christian ___ mlvm-dev mailing list