I noticed that on Chrome the functions `Math.tan()`, `Math.cos()` and `Math.sin()` seem to be generating more garbage than one would expect. For instance, `Math.acos()` generates a lot less. Any idea on what might be causing this?
Here is a repo with the tests and results: https://github.com/digisfera/chrome-trig-memory-benchmark Thanks -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
