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

bug fix for #743 #744

Merged
merged 1 commit into from
Sep 9, 2016
Merged

bug fix for #743 #744

merged 1 commit into from
Sep 9, 2016

Conversation

bobzhang
Copy link
Member

@bobzhang bobzhang commented Sep 9, 2016

No description provided.

for(var i = 0 ,i_finish = len - 1 | 0; i <= i_finish; ++i){
s2[i2 + i | 0] = s1[i1 + i | 0];
if (s1 === s2) {
var s1$1 = s1;
Copy link
Member Author

Choose a reason for hiding this comment

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

we really should have a better inliner here

var s1$1 = s1 is redundant

@bobzhang bobzhang force-pushed the fix_bytes_blit_corner branch 2 times, most recently from ca02cd2 to 6a87e0c Compare September 9, 2016 15:13
@bobzhang bobzhang merged commit 469c365 into master Sep 9, 2016
@bobzhang bobzhang deleted the fix_bytes_blit_corner branch September 9, 2016 17:35
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

1 participant