Closed
Bug 512802
Opened 16 years ago
Closed 16 years ago
js_NewScript() aggregate allocator does not honor proper alignement on 64 bit archs
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 514645
People
(Reporter: martin, Unassigned)
Details
Attachments
(1 file)
|
3.96 KB,
patch
|
Details | Diff | Splinter Review |
The special allocator js_NewScript() creates an aggreagation of various C++ objects within a single allocation. The subcomponents are naturaly aligned on 32bit archs, but depending on content may not be properly aligned on 64 bit archs.
| Reporter | ||
Comment 1•16 years ago
|
||
| Reporter | ||
Updated•16 years ago
|
Assignee: nobody → general
Component: General → JavaScript Engine
Product: Firefox → Core
QA Contact: general → general
Version: 3.5 Branch → unspecified
| Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•