https://chromiumcodereview.appspot.com/10538002/diff/1/src/hydrogen-instructions.h
File src/hydrogen-instructions.h (right):

https://chromiumcodereview.appspot.com/10538002/diff/1/src/hydrogen-instructions.h#newcode4350
src/hydrogen-instructions.h:4350: class SkipCanonicalization:  public
BitField<bool, 1, 2> {};
why not

bool is_dehoisted_ : 1;
bool skip_canonicalization_ : 1;

?

https://chromiumcodereview.appspot.com/10538002/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to