Closed
Bug 1533147
Opened 6 years ago
Closed 6 years ago
SQLite is not being compiled with -DSQLITE_THREADSAFE=2
Categories
(Firefox for iOS :: Data Storage, enhancement, P1)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fxios | 16.0 | --- |
People
(Reporter: justindarc, Assigned: justindarc)
Details
It seems that Storage.framework is linking to the the copy of SQLite bundled with MozillaAppServices.framework automatically. This version is not compiled with -DSQLITE_THREADSAFE=2
which is leading to major performance problems. Until the SQLite bundled with MozillaAppServices.framework can be updated to be multi-threaded, we can use the iOS system-provided SQLite.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Landed on master:
https://github.com/mozilla-mobile/firefox-ios/commit/61923dd62556e47af2c74a93fef5cb1193b6e16e
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•