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.
