Files
zig/src
Andrew Kelley 1417698c11 Sema: storePtr optimization for tuples
To generate better code for tuples, we detect a tuple operand in
storePtr, and analyze field loads and stores directly. This avoids
an extra allocation + memcpy which would occur if we used `coerce`.
2022-01-20 16:17:16 -07:00
..
2022-01-20 16:17:16 -07:00
2022-01-20 16:17:16 -07:00
2022-01-20 16:17:16 -07:00
2022-01-14 12:39:06 -07:00
2022-01-20 16:17:16 -07:00
2022-01-07 00:06:06 -05:00
2022-01-02 13:16:17 -07:00
2022-01-20 16:17:16 -07:00
2022-01-20 16:17:16 -07:00
2022-01-07 00:06:06 -05:00
2021-09-24 13:39:20 -04:00
2022-01-17 20:45:55 -07:00