Closed
Bug 710481
Opened 14 years ago
Closed 14 years ago
Remove tracer leftovers in CustomQS_WebGL.h
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
14.22 KB,
patch
|
bjacob
:
review+
bhackett1024
:
feedback+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #581493 -
Flags: review?(bjacob)
Comment 2•14 years ago
|
||
I would like input from a JS engine guy about whether these things are really not useful anymore (e.g. are they useful with Type Inference ?)
Updated•14 years ago
|
Attachment #581493 -
Flags: feedback?(gal)
Attachment #581493 -
Flags: feedback?(bhackett1024)
Comment 3•14 years ago
|
||
(In reply to Benoit Jacob [:bjacob] from comment #2)
> I would like input from a JS engine guy about whether these things are
> really not useful anymore (e.g. are they useful with Type Inference ?)
The traceable natives aren't used at all anymore, so this code should be removed. At some point with IonMonkey we will be able to start calling type specialized natives again, but it's not clear yet what that will look like.
Updated•14 years ago
|
Attachment #581493 -
Flags: feedback?(bhackett1024) → feedback+
Assignee | ||
Comment 4•14 years ago
|
||
Updated•14 years ago
|
Attachment #581493 -
Flags: review?(bjacob)
Attachment #581493 -
Flags: review+
Attachment #581493 -
Flags: feedback?(gal)
Assignee | ||
Comment 5•14 years ago
|
||
Flags: in-testsuite-
Target Milestone: --- → mozilla11
Assignee | ||
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•