crucible-jvm
: Allow jvmSimContext
to pass additional intrinsic types
#1128
Labels
crucible-jvm
: Allow jvmSimContext
to pass additional intrinsic types
#1128
The
jvmSimContext
function is a convenient shorthand for constructing a JVM-relatedSimContext
. However, it is a bit restricted in that it can only be used to construct aSimContext
with precisely the set of intrinsic types found injvmIntrinsicTypes
. It would be more convenient ifjvmSimContext
permitted passing additional intrinsic types to add on top ofjvmIntrinsicTypes
in situations where more intrinsics are needed (e.g., to power SAW's ghost state feature, which is powered by a separate intrinsic).The text was updated successfully, but these errors were encountered: