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

improve bytecode #61

Merged
merged 1 commit into from
Jun 12, 2014
Merged

improve bytecode #61

merged 1 commit into from
Jun 12, 2014

Conversation

mohayonao
Copy link
Owner

  • rename constant variable
  • implements iterator execution
    • fix iterator to return always [ value, index ]
    • rename Bytecode#break -> Bytecode#break
    • add Bytecode#setIterator
    • delete Bytecode#resumeWithIterator
  • implements bytecode#yield
  • implements Object#yield
  • implements delay estimation
    • add Bytecode#push
    • add Bytecode#shift
    • add Bytecode#put
    • fix codegen
  • add tests
  • build v0.0.47

- rename constant variable
- implements iterator execution
  - fix    iterator to return always [ value, index ]
  - rename Bytecode#__break__ -> Bytecode#break
  - add    Bytecode#setIterator
  - delete Bytecode#resumeWithIterator
- implements bytecode#yield
- implements Object#yield
- implements delay estimation
  - add Bytecode#push
  - add Bytecode#shift
  - add Bytecode#put
  - fix codegen
- add tests
- build v0.0.47
mohayonao added a commit that referenced this pull request Jun 12, 2014
@mohayonao mohayonao merged commit ae12f5e into master Jun 12, 2014
@coveralls
Copy link

Coverage Status

Coverage increased (+0.0%) when pulling c309fe0 on improve-bytecode into 352fa88 on master.

@mohayonao mohayonao deleted the improve-bytecode branch June 12, 2014 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants