Closed
Bug 547265
Opened 15 years ago
Closed 15 years ago
check DIE transparentness first when searching children
Categories
(Servo Graveyard :: Rust, defect)
Servo Graveyard
Rust
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: graydon, Assigned: graydon)
References
Details
Currently we only consider DIE transparent-ness in the runtime linkage system when we *fail* to find a child DIE with the right name. We should consider it *first* and skip the attempted name-match; you don't want to match a module name against a CU-DIE.
Assignee | ||
Comment 1•15 years ago
|
||
Fixed in acfd9b57eb79
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Group: servo
You need to log in
before you can comment on or make changes to this bug.
Description
•