Skip to content

Compiler Plugin - Create verification Pool #5

@Daniel-Pfeffer

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

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions