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 docs on proper tail call. #190

Merged
merged 2 commits into from Jun 19, 2015
Merged

Improve docs on proper tail call. #190

merged 2 commits into from Jun 19, 2015

Conversation

jfbastien
Copy link
Member

No description provided.

@jfbastien
Copy link
Member Author

As suggested in #189.

@@ -50,13 +50,19 @@ possible to use a non-standard ABI for specialized purposes.
Some types of control flow (especially irreducible and indirect) cannot be
expressed with maximum efficiency in WebAssembly without patterned output by the
relooper and [jump-threading](https://en.wikipedia.org/wiki/Jump_threading)
optimizations in the engine.
optimizations in the engine. Targets uses for more expressive control flow are:
Copy link
Member

Choose a reason for hiding this comment

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

nit: "Target"

@MikeHolman
Copy link
Member

lgtm, after addressing a couple nitpicks.

@jfbastien
Copy link
Member Author

Thanks for the fixes @MikeHolman, that was pretty badly written!

jfbastien added a commit that referenced this pull request Jun 19, 2015
Improve docs on proper tail call.
@jfbastien jfbastien merged commit 2de6e26 into master Jun 19, 2015
@jfbastien jfbastien deleted the tail-call branch June 19, 2015 09:16
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