Closed
Bug 1307655
Opened 8 years ago
Closed 8 years ago
Remove Android's hack (bug 846670) in js::GetNativeStackBaseImpl if 64-bit Android (Android-L or later)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1357874
Tracking | Status | |
---|---|---|
firefox52 | --- | wontfix |
People
(Reporter: m_kato, Unassigned)
References
Details
By bug 846670, we add a hack into js::GetNativeStackBaseImpl() for android. But this hack is unnecessary on Android 64-bit (and Android-L or later) due to https://android.googlesource.com/platform/bionic/+/642182341018b282148280a7bdb771493e15bd7d
So if Android 64bit or minimal API level is 21 or later, we should remove this hack.
Reporter | ||
Updated•8 years ago
|
Blocks: Fennec-ARM64
Comment 1•8 years ago
|
||
Too late for firefox 52, mass-wontfix.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•