summaryrefslogtreecommitdiff
path: root/plugins/warp/src/cache.rs
AgeCommit message (Collapse)Author
2024-11-12WARP: Allow skipping trivial function constraintsMason Reed
2024-11-11WARP: Run `cargo clippy`Mason Reed
2024-11-11WARP: Lockless ViewIDMason Reed
2024-11-11WARP: Cache type references in the view cachesMason Reed
This allows us to free the type references instead of keeping them around forever
2024-11-08WARP: Fix very rare lock contention throwing away cache entry on finishMason Reed
2024-11-07WARP: Remove useless warningMason Reed
This only happens when we are generating signatures, those don't need to be in the cache to get built
2024-11-04WARP: Misc formatting and remove useless apply commandMason Reed
2024-10-30WARP: Fix call site constraint offsetsMason Reed
2024-10-28Refactor WARP to use a module workflow for matchingMason Reed
Also flush caches on view destruction and improve performance
2024-10-24Make WARP function guid generation infallibleMason Reed
2024-10-24Add WARP integrationMason Reed
https://github.com/Vector35/warp/