-
Notifications
You must be signed in to change notification settings - Fork 0
Add tests on x64 JIT compiler #1
Copy link
Copy link
Open
Labels
FeatureProposal to add new functionality.Proposal to add new functionality.Good First IssueGood fisrt issue for new contributors.Good fisrt issue for new contributors.
Description
Activity
Metadata
Metadata
Assignees
Labels
FeatureProposal to add new functionality.Proposal to add new functionality.Good First IssueGood fisrt issue for new contributors.Good fisrt issue for new contributors.
There are currently no tests for the JIT compiler. Therefore, we cannot be certain that the JIT compiler functions as correctly as the interpreter.
By the way, instead of creating new tests, we could rewrite the execution function used to run code in the tests so that the code runs via the JIT compiler.