Closed
Bug 1828150
Opened 2 years ago
Closed 2 years ago
Remove unused JS::CompileOptions::useFdlibmForSinCosTan option
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
Details
Attachments
(1 file)
The useFdlibmForSinCosTan
was included in the CompileOptions
when we added that mode, but it is an execution / JSContext behaviour and not a parser behaviour. This can simply be removed from CompileOptions
and the existing runtim mechanism continues to work as before.
Assignee | ||
Comment 1•2 years ago
|
||
The mechanism remains but it affects runtime behaviour and not parse behaviour
so the CompileOption field isn't needed.
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/89388526976c
Remove unused JS::CompileOptions::useFdlibmForSinCosTan. r=mgaudet
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•