AeneasVerif / charon

Interface with the rustc compiler for the purpose of program verification
https://aeneasverif.github.io/charon/charon_lib/index.html
Apache License 2.0
105 stars 17 forks source link

Retrieve the result of drop elaboration #152

Open sonmarcho opened 7 months ago

Nadrieril commented 7 months ago

For context:

Nadrieril commented 6 months ago

I discovered the -Z mir-enable-passes=val flag, which allows choosing exactly which mir passes to run! I'll have to experiment to see if we can get drops without other optimizations.

sonmarcho commented 6 months ago

I discovered the -Z mir-enable-passes=val flag, which allows choosing exactly which mir passes to run! I'll have to experiment to see if we can get drops without other optimizations.

This looks very promising!