https://codereview.chromium.org/949743002/diff/130001/src/compiler/liveness-analyzer.h
File src/compiler/liveness-analyzer.h (right):
https://codereview.chromium.org/949743002/diff/130001/src/compiler/liveness-analyzer.h#newcode21
src/compiler/liveness-analyzer.h:21: void RelaxFrameState(Node*
frame_state, ZoneVector<bool>* liveness);
Can we use a BitVector here and in the implementation. The space usage
of ZoneVector<bool> is probably not a big issue, but with BitVector it
will definitely be smaller, and we are already using BitVector in other
analyses like loop assignment analsysis.
https://codereview.chromium.org/949743002/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.