-
-
Notifications
You must be signed in to change notification settings - Fork 671
Rework loop statement compilation / general cleanup #1046
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
bad90fb
Rework for statement compilation
dcodeIO 0c92db3
indent?
dcodeIO 1e4556e
recompile?
dcodeIO baacbb6
progress
dcodeIO 62d448b
update fixtures
dcodeIO 3d7ebf3
refactor, consistent drops
dcodeIO 0764cc6
fix array literal autorelease leak
dcodeIO b62b9d5
Merge branch 'master' into rework-for
dcodeIO 9bfd15a
general cleanup
dcodeIO 7708705
fix
dcodeIO 005dfbc
fix
dcodeIO 4403482
can limit constant conditions to bools, remove drops
dcodeIO d6aadb7
Merge branch 'master' into rework-for
dcodeIO 1c96c9f
be careful nonetheless
dcodeIO 5b05ba7
remove dead code, fix an ordering issue
dcodeIO 619d9e1
refactor names
dcodeIO 2db7a61
remove unused decompiler and binary files
dcodeIO fe7299a
minor
dcodeIO 6629393
Merge branch 'master' into rework-for
dcodeIO 0a2f6aa
Merge branch 'master' into rework-for
dcodeIO c69de2f
fix typos
dcodeIO dacde4f
Merge branch 'master' into rework-for
dcodeIO 11764d5
Merge branch 'master' into rework-for
dcodeIO 46241a5
guess a type on failing identifier
dcodeIO 57f0e85
edge case testing
dcodeIO File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is interesting in that it exits the block anyway. Wondering if Binaryen could somehow optimize all of this away.