Closed
Bug 766279
Opened 12 years ago
Closed 12 years ago
IonMonkey: Bypass argument typechecking when typesets match.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 864468
People
(Reporter: sstangl, Assigned: sstangl)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ion:t])
Ion->Ion calls should be able to bypass argument typechecking, skipping directly to the prologue, when it can be inferred that the TypeSets are matching. Since TypeSets cannot shrink, freezing is only necessary on the caller side.
We had always planned to do this, but it got lost somewhere along the way.
Updated•12 years ago
|
Whiteboard: [ion:t]
Assignee | ||
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
•