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

Move inline breakpoint outside of runtime backend #1097

Merged
merged 13 commits into from
Dec 21, 2019

Conversation

syrusakbary
Copy link
Member

@syrusakbary syrusakbary commented Dec 21, 2019

Description

There was some code smell leaking inline breakpoint implementation into the runtime core backend instead of the compiler itself. This PR fixes it.

Review

  • Add a short description of the the change to the CHANGELOG.md file

There was some code smell leaking inline breakpoint implementation into the runtime core backend instead of the compiler itself
lib/emscripten/src/lib.rs Outdated Show resolved Hide resolved
lib/runtime-core/src/state.rs Outdated Show resolved Hide resolved
lib/singlepass-backend/src/codegen_x64.rs Outdated Show resolved Hide resolved
lib/singlepass-backend/src/codegen_x64.rs Outdated Show resolved Hide resolved
@syrusakbary syrusakbary added 📦 lib-deprecated About the deprecated crates 📦 lib-runtime 📦 lib-compiler-singlepass About wasmer-compiler-singlepass 🔨 refactor Refactor work labels Dec 21, 2019
bors bot added a commit that referenced this pull request Dec 21, 2019
1097: Move inline breakpoint outside of runtime backend r=syrusakbary a=syrusakbary


<!-- 
Prior to submitting a PR, review the CONTRIBUTING.md document for recommendations on how to test:
https://github.com/wasmerio/wasmer/blob/master/CONTRIBUTING.md#pull-requests

-->

# Description
There was some code smell leaking inline breakpoint implementation into the runtime core backend instead of the compiler itself. This PR fixes it.

<!-- 
Provide details regarding the change including motivation,
links to related issues, and the context of the PR.
-->

# Review

- [x] Add a short description of the the change to the CHANGELOG.md file


Co-authored-by: Syrus <me@syrusakbary.com>
@syrusakbary
Copy link
Member Author

bors r+

@wasmerio wasmerio deleted a comment from bors bot Dec 21, 2019
bors bot added a commit that referenced this pull request Dec 21, 2019
1097: Move inline breakpoint outside of runtime backend r=syrusakbary a=syrusakbary


<!-- 
Prior to submitting a PR, review the CONTRIBUTING.md document for recommendations on how to test:
https://github.com/wasmerio/wasmer/blob/master/CONTRIBUTING.md#pull-requests

-->

# Description
There was some code smell leaking inline breakpoint implementation into the runtime core backend instead of the compiler itself. This PR fixes it.

<!-- 
Provide details regarding the change including motivation,
links to related issues, and the context of the PR.
-->

# Review

- [x] Add a short description of the the change to the CHANGELOG.md file


Co-authored-by: Syrus <me@syrusakbary.com>
@bors
Copy link
Contributor

bors bot commented Dec 21, 2019

Build succeeded

@bors bors bot merged commit ad82bef into master Dec 21, 2019
@bors bors bot deleted the inline-breakpoint-refactor branch December 21, 2019 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 lib-compiler-singlepass About wasmer-compiler-singlepass 📦 lib-deprecated About the deprecated crates 🔨 refactor Refactor work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants