I created a V8 issue to track the progress: https://code.google.com/p/v8/issues/detail?id=2938
Regards, Yang On Thu, Oct 17, 2013 at 11:21 AM, Yang Guo <[email protected]> wrote: > In that case I'll just implement those as well. I'll be doing it > incrementally anyways, with implementation and tests for each function one > by one. Let's talk offline about Math.fround. > > Regards, > > Yang > > > > On Thu, Oct 17, 2013 at 11:18 AM, Andreas Rossberg <[email protected]>wrote: > >> On 17 October 2013 09:46, Yang Guo <[email protected]> wrote: >> > My motivation for excluding the aforementioned set of functions is >> because >> > these functions are very easy to polyfill in a way that doesn't harm >> > performance considerably. >> > >> > As for Math.fround, it requires some intrusive changes in V8 to make it >> work >> > efficiently, imo. >> > >> > I'm leaving them open for another implementation proposal. >> >> +1 for implementing, -1 for leaving out some functions, _especially_ >> when they are easy to implement. >> >> As for fround performance, we can worry about that later (supposedly, >> along with imul performance). >> >> /Andreas >> >> -- >> -- >> 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/groups/opt_out. >> > > -- -- 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/groups/opt_out.
