Skip to content

Commit

Permalink
Map nqp::vmeventsubscribe to configure VM Event Subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Aug 27, 2019
1 parent 7cfdc32 commit 1ff3098
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -3199,6 +3199,9 @@ QAST::MASTOperations.add_core_moarop_mapping('coveragecontrol', 'coveragecontrol
# MoarVM-specific configuration program op
QAST::MASTOperations.add_core_moarop_mapping('installconfprog', 'installconfprog');

# MoarVM-specific event subscription op
QAST::MASTOperations.add_core_moarop_mapping('vmeventsubscribe', 'vmeventsubscribe');

# MoarVM-specific specializer plugin ops
QAST::MASTOperations.add_core_moarop_mapping('speshreg', 'speshreg', 2);
QAST::MASTOperations.add_core_moarop_mapping('speshguardtype', 'speshguardtype', 0);
Expand Down

0 comments on commit 1ff3098

Please sign in to comment.