Closed
Bug 774864
Opened 12 years ago
Closed 12 years ago
IonMonkey: Ion->Ion calls should support skipping arguments checks.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 766279
People
(Reporter: sstangl, Unassigned)
References
(Blocks 1 open bug)
Details
If the target function of a call is known and single, and the typesets known by the caller are a known subset of the callee's incoming typesets, we should be able to enter the callee past its (often expensive) argument checks.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•