Efficiency of dropArguments
Charles Oliver Nutter
headius at headius.com
Tue Sep 18 14:28:58 PDT 2012
Maybe run a loop around a simple method that calls a simple method? I
do something like this in JRuby:
def foo
self
end
def bar
foo
end
1_000_000.times do
bar
end
And then look at assembly output for bar.
- Charlie
On Tue, Sep 18, 2012 at 2:13 PM, Mark Roos <mroos at roos.com> wrote:
> From Charles
> Mark: Can you post the assembly output for a simple inlined dynamic
> call? It would probably tell us a lot.
>
> OK, so i got a fastDebug build, added printOptoAssembly and have lots of
> data.
> How do I pick out a simple inlined call?
>
> thanks
> mark
> _______________________________________________
> mlvm-dev mailing list
> mlvm-dev at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
>
More information about the mlvm-dev
mailing list