carbon-lang icon indicating copy to clipboard operation
carbon-lang copied to clipboard

Lower a single specific for a type.

Open alinas opened this issue 7 months ago • 2 comments
trafficstars

Currently for functions only: A specific_id is created for each new type (use) found for a generic. If the function's LLVM types are the same with another previously found specific of the same generic, do not create a new LLVM function and use the previously created one.

alinas avatar Mar 29 '25 00:03 alinas