Skip to content

fix jl_gc_realloc_string size miscomputation#22044

Merged
vtjnash merged 1 commit intomasterfrom
jn/22021
May 24, 2017
Merged

fix jl_gc_realloc_string size miscomputation#22044
vtjnash merged 1 commit intomasterfrom
jn/22021

Conversation

@vtjnash
Copy link
Copy Markdown
Member

@vtjnash vtjnash commented May 23, 2017

fix #22021

@vtjnash vtjnash requested a review from yuyichao May 23, 2017 21:17
@WestleyArgentum
Copy link
Copy Markdown
Member

+10000 Works locally here!

Copy link
Copy Markdown
Contributor

@yuyichao yuyichao left a comment

Choose a reason for hiding this comment

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

Note that this actually doesn't have any performance advantage, only smaller allocation count since we count realloc differently than free and alloc, even though the latter is actually what's happening....

@vtjnash vtjnash merged commit a78978e into master May 24, 2017
@vtjnash vtjnash deleted the jn/22021 branch May 24, 2017 00:48
@alyst
Copy link
Copy Markdown
Contributor

alyst commented May 24, 2017

Would be nice to add the test for the bug.

@martinholters martinholters added the needs tests Unit tests are required for this change label May 24, 2017
@tkelman tkelman removed the needs tests Unit tests are required for this change label Jun 2, 2017
@tkelman
Copy link
Copy Markdown
Contributor

tkelman commented Jun 2, 2017

#22196 opened to add a test

tkelman pushed a commit that referenced this pull request Jun 3, 2017
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.

add test for: Problem with join

6 participants