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

VM Tidy Up #1610

Merged
merged 3 commits into from
Oct 5, 2021
Merged

VM Tidy Up #1610

merged 3 commits into from
Oct 5, 2021

Conversation

jasonwilliams
Copy link
Member

@jasonwilliams jasonwilliams commented Oct 1, 2021

  • comment out pushUndefined and Return Virtual Machine Optimisations #1607 (comment)
  • Move call frame to its own file (we may end up adding more code here later)
  • heading for code blocks needed to be on its own line
  • Show the difference between the VM starting up and a new Call frame being ran
  • add trace to VSCode launch

- comment out pushUndefined and Return
- Move call frame to its own file
- heading for code blocks needed to be on its own line
- Show the difference between the VM starting up and a new Call frame being ran
boa/src/bytecompiler.rs Outdated Show resolved Hide resolved
@jasonwilliams jasonwilliams added this to the v0.14.0 milestone Oct 4, 2021
Copy link
Member

@raskad raskad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

boa/src/vm/mod.rs Outdated Show resolved Hide resolved
Co-authored-by: João Borges <[email protected]>
@RageKnify RageKnify merged commit 1a257b5 into boa-dev:master Oct 5, 2021
@jasonwilliams jasonwilliams deleted the vmTidyup branch October 13, 2021 17:21
@RageKnify RageKnify added the Internal Category for changelog label Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internal Category for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants