Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000462 | mercury | Feature Request | public | 2018-06-08 22:40 | 2018-06-08 22:41 |
Reporter | zs | ||||
---|---|---|---|---|---|
Assigned To | zs | ||||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000462: packing notag arguments | ||||
Description | Given a type such as :- type t1 ---> f1(int8, bool, bool, int8, int). we currently pack the first four arguments into a single word. However, given a type such as :- type t2 ---> f2(nt_int8, nt_bool, nt_bool, nt_int8, int). where :- type nt_int8 ---> nt_int8(int8). :- type nt_bool ---> nt_bool(bool). we do NOT pack the first four args of f2 into a single word. We should be able to. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | pack_args_notag.m (3,416) 2018-06-08 22:40 https://bugs.mercurylang.org/file_download.php?file_id=284&type=bug |
There are no notes attached to this issue. |
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2018-06-08 22:40 | zs | New Issue | |||
2018-06-08 22:40 | zs | File Added: pack_args_notag.m | |||
2018-06-08 22:41 | zs | Assigned To | => zs | ||
2018-06-08 22:41 | zs | Status | new => assigned |