[crash] Support extra merp params#12126
Conversation
mono/utils/mono-merp.c
Outdated
There was a problem hiding this comment.
How many annotations are you expecting? This is an O(n) insertion. Could use a GQueue to get constant-time appends.
There was a problem hiding this comment.
Good catch. I think I'll just prepend to an slist.
There was a problem hiding this comment.
A queue to me implies that we care about the FIFO behavior. This is going to be immutable after it's installed.
f4a70c5 to
85ad77b
Compare
|
@monojenkins build deb with monolite |
|
@monojenkins build failed |
85ad77b to
c2438b7
Compare
|
Ah, corlib version was bumped. |
|
@monojenkins build deb with monolite |
|
@monojenkins build failed |
1 similar comment
|
@monojenkins build failed |
|
@monojenkins backport to 2018-08 |
|
@luhenry backporting to 2018-10 failed, the patch results in conflicts: Please backport manually! |
|
@luhenry backporting to 2018-08 failed, the patch results in conflicts: Please backport manually! |
|
@luhenry backporting to 2018-12 failed, the patch results in conflicts: Please backport manually! |
Fixes #11579