I see, so is it the Crankshaft code that too needs to be modified or couple of more places? If, then can you point me to API functions that would be of great help to me.
Thanks Dron Rathore On Thursday, 17 November 2016 19:18:10 UTC+5:30, Yang Guo wrote: > > Your change probably only affects Turbofan, one of V8's two optimizing > compilers. For code that only executes few times, optimizing compilers > don't even kick in. > > Cheers, > > Yang > > On Thu, Nov 17, 2016 at 2:39 PM Dron Rathore <[email protected] > <javascript:>> wrote: > >> Hey Guys, >> >> I just cloned and built the v8, I wanted to play around with the v8 code >> a bit, starting with how the JSEqualsTo operator works, I wanted to change >> its behavior(*trying to add some typed checking*) for my small project, in >> https://github.com/v8/v8/blob/master/src/compiler/typer.cc#L854, but in >> vain, tried in d8 shell to check but I guess the checks are done somewhere >> else and I am looking into wrong direction >> >> Can anyone throw lights on this? Also some starters *must read* >> blogs/guides that can help me understand things better will be much >> appreciated. >> >> >> >> Thanks >> Dron Rathore >> >> -- >> -- >> v8-dev mailing list >> [email protected] <javascript:> >> http://groups.google.com/group/v8-dev >> --- >> You received this message because you are subscribed to the Google Groups >> "v8-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
