Stream: Ltac2

Topic: incremental porting of Ltac1 code?


view this post on Zulip Jason Gross (Aug 27 2022 at 06:32):

Is there a story for incremental porting of performance-critical Ltac1 code? The overhead of switching between Ltac1 and Ltac2 is so high (see https://github.com/coq/coq/issues/16412) that it's essentially impossible to debug performance regressions introduced by porting to Ltac2.


Last updated: Dec 07 2023 at 06:38 UTC