Skip to content
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

Implement vm_op.c part 2 #22

Closed
4 tasks done
rizky opened this issue Apr 25, 2018 · 1 comment
Closed
4 tasks done

Implement vm_op.c part 2 #22

rizky opened this issue Apr 25, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rizky
Copy link
Owner

rizky commented Apr 25, 2018

  • fork
  • lfork
  • or
  • xor

  • Learn behavior operation and its effect to memory and vm environment and print verbose
  • Implement vm_op_print and vm_op
  • Provide tests files for each different important behavior
@rizky rizky added the enhancement New feature or request label Apr 25, 2018
mjozan added a commit that referenced this issue Apr 26, 2018
mjozan added a commit that referenced this issue Apr 28, 2018
mjozan pushed a commit that referenced this issue Apr 28, 2018
@rizky rizky closed this as completed May 2, 2018
@rizky
Copy link
Owner Author

rizky commented May 2, 2018

@martinouch @juliantoyeo
Found bugs
make tests_vm_op_overflow T_FILE=lfork

< P    4 | lfork -1 (-1)
< P    3 | lfork -1 (-1)
< P    2 | lfork -1 (-1)
---
> P    4 | lfork -1 (3071)
> P    3 | lfork -1 (2047)
> P    2 | lfork -1 (1023)
  - [KO] tests/vm/overflow/lfork

mjozan pushed a commit that referenced this issue May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants