[Truffle] Eliminating Calls to Side-Effect Free Methods?
Stefan Marr
java at stefan-marr.de
Wed Mar 12 15:57:21 UTC 2014
Hi Andreas:
On 12 Mar 2014, at 16:53, Andreas Woess <andreas.woess at jku.at> wrote:
> I've looked at a graph in the IGV and found some problems related to
> methods not being inlined when they could be. I have to investigate
> whether this is a problem in the partial evaluator.
Great, thanks a lot for having a look!
At the moment, I am just implementing the evaluateVoid(.).
Thinking about it, it seems to be a good way to propagate at least within a method, that all side-effect free executions can be ignored.
Let’s see what that gives.
Thanks
Stefan
--
Stefan Marr
INRIA Lille - Nord Europe
http://stefan-marr.de/research/
More information about the graal-dev
mailing list