Skip to content

Commit 763af55

Browse files
committed
Remove staged tuples
Until now tuples had two implementations, one with staging and one with plain inline and inliner constant folding. The second one was used in practice as the first one could not be used if tuples where used (macros expanded) in the library due to bootstrapping issues. These implementations were never intended to actually be used, they mostly showed the power of match types, inline and staging. Eventually, this logic will be special cased in the compiler for performance.
1 parent 8e323b1 commit 763af55

File tree

2 files changed

+160
-202
lines changed

2 files changed

+160
-202
lines changed

0 commit comments

Comments
 (0)