Geza Lore
77ef2cd487
Split up assignments to wides with Concat on the RHS ( #5599 )
...
Add a new pass to split up (recursively):
foo = {l, r};
into the following, with the right indices, iff the concatenation
straddles a wide word boundary.
foo[_:_] = r;
foo[_:_] = l;
This eliminates more wide temporaries.
Another 23% speedup on VeeR EH2 high_perf. Also brings the predicted
stack size from 8M to 40k.
2024-11-10 15:51:59 +00:00
..
2021-09-23 22:59:36 -04:00
2024-01-01 03:19:59 -05:00
2024-08-26 21:53:36 -04:00
2024-05-01 18:56:50 -04:00
2024-10-25 18:54:39 -04:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-10-03 18:15:51 -04:00
2024-05-17 10:38:34 -04:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-09-19 17:58:37 -04:00
2024-01-04 10:47:22 -05:00
2024-09-13 20:45:44 -04:00
2024-09-09 14:20:18 -04:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-11-10 15:51:59 +00:00
2024-01-01 03:19:59 -05:00
2024-03-30 16:00:52 -04:00
2024-07-11 18:33:35 -04:00
2024-08-21 05:30:59 -04:00
2024-01-01 03:19:59 -05:00
2024-01-01 03:19:59 -05:00
2024-09-29 21:41:05 -04:00
2024-03-02 10:15:19 -05:00
2024-03-02 10:15:19 -05:00
2024-10-10 08:14:21 -04:00
2024-08-09 14:17:36 +01:00
2024-07-20 17:50:14 -04:00