No.  The type predictions come in via Node::getHeapPrediction() for those nodes 
that were generated from bytecodes that had value profiles.  The bytecode 
parser sets the heap prediction (see OpInfo() arguments to addToGraph()) and 
the prediction propagator propagates those heap predictions to the normal 
predictions.

-F


On Nov 29, 2012, at 5:46 AM, wingoog moon <wingoo...@gmail.com> wrote:

> Hi All!
> 
> As I understand llint does value profiling for all instructions which have 
> memory access. However in DFG during predictionPropegtion pass this profile 
> results using only for function arguments and return value.
> Am I right?? If yes,  is it possible to use this result to predict types for 
> local variables? 
> 
> Thanks for attention!
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to