FStarLang / karamel

KaRaMeL is a tool for extracting low-level F* programs to readable C code
Apache License 2.0
394 stars 58 forks source link

suppressing MustInline for cross-module LostInline #448

Closed karthikbhargavan closed 1 month ago

karthikbhargavan commented 1 month ago

This PR treats MustInline similarly to Inline when handling cross-compilation-unit inlining.