Closed
Bug 473362
Opened 16 years ago
Closed 16 years ago
enable ppc64 (mac osx leopard) interpreter-only builds
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: edwsmith, Assigned: edwsmith)
References
Details
Attachments
(1 file)
11.04 KB,
patch
|
treilly
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•16 years ago
|
||
please carefully look at the stack extents code
Attachment #356808 -
Flags: review?(treilly)
Comment 2•16 years ago
|
||
what's going on with the ppc64 parts of manifest.mk?
Assignee | ||
Comment 3•16 years ago
|
||
in configure/manifest.mk, it wants a case for each cpu type, even if we have no jit for a given type. so the new case for ppc64 is empty. the rest of the diffs are just a big cleanup of what was already there, grouped by processor type.
Updated•16 years ago
|
Attachment #356808 -
Flags: review?(treilly) → review+
Assignee | ||
Comment 4•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•