Closed Bug 746503 Opened 13 years ago Closed 7 years ago

SQLite sqlite3PagerWrite makes 2048-byte allocations -- can we bump this up to 4096?

Categories

(Core :: SQLite and Embedded Database Bindings, defect)

defect
Not set
normal

Tracking

()

RESOLVED INACTIVE

People

(Reporter: justin.lebar+bug, Unassigned)

References

Details

4096-byte allocations are better than 2048-byte allocations, since the former don't contribute at all to heap fragmentation. SQLite makes a lot of 2048-byte allocations in sqlite3PagerWrite. Can we bump these up to 4096?
I bet you are testing on x64. Chances are these allocations are 1024 bytes on x86.
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Product: Toolkit → Core
You need to log in before you can comment on or make changes to this bug.