Hi
Looking at the code of LogConverter I see that the recompiled attr i.e. a function has been optimized , is determined by if a function appears a second time in the v8 log.
bool isRecompilation = !_allMethods.Add(method);
can someone explain this to me please.
thanks.
Looking at the code of LogConverter I see that the recompiled attr i.e. a function has been optimized , is determined by if a function appears a second time in the v8 log.
bool isRecompilation = !_allMethods.Add(method);
can someone explain this to me please.
thanks.