Uh oh!
There was an error while loading. Please reload this page.
src: extract AllocatedBuffer from env.h - #33291
Conversation
nodejs-github-bot
commented
May 7, 2020
addaleax
left a comment
There was a problem hiding this comment.
LGTM but I feel like it’s worth pointing out that AllocatedBuffers are tied to an Environment instance, and that with V8 8.3, the need for this is probably going to go away anyway.
Uh oh!
There was an error while loading. Please reload this page.
77ff8ef to
2fc6b65Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5a0bd99 to
9fa9f61Compare
This comment has been minimized.
This comment has been minimized.
9fa9f61 to
72b6542Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
addaleax
commented
May 14, 2020
jasnell
commented
May 14, 2020
Couldn't we just combine the two set of changes? |
CI: https://ci.nodejs.org/job/node-test-pull-request/31336/ (btw, repeated ci's here are because there's a build error happening in a couple of CI environments that I'm not able to recreate locally) |
addaleax
commented
May 14, 2020
I mean, yeah, if you prefer. But ultimately the goal is for |
jasnell
commented
May 14, 2020
Yep, that I know. It's partly why I wanted to separate it out from env.h in the first place. |
9388529 to
c971497Comparejasnell
commented
May 14, 2020
nodejs-github-bot
commented
May 16, 2020
BridgeAR
commented
May 23, 2020
Ping @jasnell |
nodejs-github-bot
commented
May 28, 2020
nodejs-github-bot
commented
May 29, 2020
07f8173 to
e368fc4CompareCleanup up env.h by removing things that are not specific to `Environment`.
Alternative to nodejs#33381 that reimplements that change on top of moving AllocatedBuffer out of env.h
e368fc4 to
3c49e03Comparenodejs-github-bot
commented
May 30, 2020
Cleanup up env.h by removing things that are not specific to `Environment`. PR-URL: #33291 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com>
PR-URL: #33291 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com>
jasnell
commented
May 30, 2020
Cleanup up env.h by removing things that are not specific to `Environment`. PR-URL: #33291 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com>
PR-URL: #33291 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com>
Cleanup up env.h by removing things that are not specific to `Environment`. PR-URL: #33291 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com>
PR-URL: #33291 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com>
codebytere
commented
Jul 8, 2020
@jasnell should this go to v12.x? It looks like it'll need a manual backport if yes but if no just remove the label :) |
Cleanup up env.h by removing things that are not
specific to
Environment.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes