Skip to content

Compiler Plugin - Create verification Pool #5

Description

@Daniel-Pfeffer

Add a dynamically created pool of classes that can be used for verification.
E.g.: A Program uses NotNegativeVerifier and NotPositiveVerifier, the ClassPool then creates fields for both verifier like

object VerifierPool{
    val notNegativeVerifier = NotNegativeVerifier()
    val notPositiveVerifier = NotNegativeVerifier()
}

As all verifier must be statless we can use a pool to reuse verifier instances, to not waste performance

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions