Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000432 | mercury | Feature Request | public | 2017-03-21 13:12 | 2018-02-22 14:06 |
Reporter | wangp | ||||
---|---|---|---|---|---|
Assigned To | zs | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000432: pack constructor arguments in same word as primary tag | ||||
Description | When we have a data constructor with a primary tag, whose arguments have a total width less than or equal to the number of remaining bits, we could pack the arguments into the same word as the tag instead of a separate cell. e.g. :- type bits_or_string ---> bits(bool, bool, bool) ; string(string). This would be more useful once we have smaller-than-word-size ints. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2017-03-21 13:12 | wangp | New Issue | |||
2017-03-21 15:48 | zs | Note Added: 0000944 | |||
2018-02-22 14:06 | zs | Assigned To | => zs | ||
2018-02-22 14:06 | zs | Status | new => assigned |