Closed
Bug 493921
Opened 16 years ago
Closed 16 years ago
Assembler 'C' coverage tests can't be jitted
Categories
(Tamarin Graveyard :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: lhansen, Unassigned)
References
Details
Attachments
(1 file)
4.61 KB,
patch
|
tharwood
:
review+
|
Details | Diff | Splinter Review |
The jit fails to compile these tests, and we always fall back on the interpreter. This results in sub-par test coverage.
Reporter | ||
Comment 1•16 years ago
|
||
Attachment #378551 -
Flags: review?(tharwood)
Reporter | ||
Comment 2•16 years ago
|
||
The C tests appear to have been non-jittable all along, but only on x86_64 with the debugger enabled (because that's where the code is largest, I guess), and possibly not on all platforms - the problem shows up on Win64 and Linux64, but not on Mac64. Does this make sense?
Hardware: x86 → x86_64
Updated•16 years ago
|
Attachment #378551 -
Flags: review?(tharwood) → review+
Comment 3•16 years ago
|
||
it's surprising that it would work on mac64 but not windows or linux x64. It's either that mac has the smallest stack frame in that case (but why) or some previously unknown problem.
Reporter | ||
Comment 4•16 years ago
|
||
redux changesets 1909:9469a6fc60b8 and 1910:43295fd72a9b
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•