-
Notifications
You must be signed in to change notification settings - Fork 147
machina.utils.getLeaklessArgs
Jim Cowart edited this page Feb 2, 2015
·
1 revision
description: used internally in place of Array.prototype.slice
on method arguments
, due to the fact that some runtimes de-optimize slicing arguments due to it being an arguments leak.
For more info, see Optimization killers - Leaking Arguments.