| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| 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 | ||||||||||
| 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. | ||||||||||||
| Attached Files | 
  | ||||||||||||

	
