-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of specific runtime configurations #36
Comments
I would say that gathering a lot of metadata about the ran program would be quite helpful as well. |
Could you explain a use case for the first bullet point?
Also, could you give an example of what kind of metadata should be collected? |
We are using LC3 at the university of Groningen, and I am writing test-cases for students using our online program tester (called Themis).
I think that for teachers, it is best if all metadata that can be collected, gets collected. This way, teachers can write very specific test cases that the students code has to adhere to. For example, how often a register was read, how often the memory was read, how often the code branched and to what label. But at the bare minimum, how often every instruction was executed. |
For example :
X
instruction.The text was updated successfully, but these errors were encountered: