src: create per-isolate strings after platform setup#20175
Closed
ulan wants to merge 1 commit intonodejs:masterfrom
ulan:per-isolate-strings
Closed
src: create per-isolate strings after platform setup#20175ulan wants to merge 1 commit intonodejs:masterfrom ulan:per-isolate-strings
ulan wants to merge 1 commit intonodejs:masterfrom
ulan:per-isolate-strings
Conversation
addaleax
approved these changes
Apr 20, 2018
TimothyGu
approved these changes
Apr 20, 2018
Member
TimothyGu
left a comment
There was a problem hiding this comment.
LGTM. The commit message should be changed to conform to our convention though: "src: create strings after platform setup"
bnoordhuis
approved these changes
Apr 21, 2018
src/env.cc
Outdated
Member
There was a problem hiding this comment.
Can you not indent the preprocessor directives?
Allocation of strings may cause a garbage collection that uses the platform to post tasks. Fixes: #20171
joyeecheung
approved these changes
Apr 23, 2018
Member
jasnell
approved these changes
Apr 23, 2018
hashseed
approved these changes
Apr 25, 2018
cjihrig
approved these changes
Apr 26, 2018
danbev
approved these changes
Apr 26, 2018
BridgeAR
pushed a commit
to BridgeAR/node
that referenced
this pull request
Apr 26, 2018
Allocation of strings may cause a garbage collection that uses the platform to post tasks. PR-URL: nodejs#20175 Fixes: nodejs#20171 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yang Guo <yangguo@chromium.org> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Member
|
Landed in 8c12e01 🎉 |
Contributor
Author
|
Thanks for landing! |
MylesBorins
pushed a commit
that referenced
this pull request
May 4, 2018
Allocation of strings may cause a garbage collection that uses the platform to post tasks. PR-URL: #20175 Fixes: #20171 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yang Guo <yangguo@chromium.org> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Merged
addaleax
pushed a commit
that referenced
this pull request
Jun 29, 2018
Allocation of strings may cause a garbage collection that uses the platform to post tasks. PR-URL: #20175 Fixes: #20171 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yang Guo <yangguo@chromium.org> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Merged
rvagg
pushed a commit
that referenced
this pull request
Aug 16, 2018
Allocation of strings may cause a garbage collection that uses the platform to post tasks. PR-URL: #20175 Fixes: #20171 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yang Guo <yangguo@chromium.org> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Allocation of strings may cause a garbage collection that uses
the platform to post tasks.
Fixes: #20171
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes