Reviewers: Sven Panne,

Message:
As discussed.

Some of these changes should not affect object layout at all; in some other
cases I took the opportunity to move more things into the bitfield. No change in behavior is intended, except possibly in situations where the compiler wasn't
doing what we thought it was doing.

There are two more occurrences of "_ : [0-9]" in src/compiler/ which I've left alone for now; other than that the entire codebase should now be uniformly using
BitField<...> for packing fields.

Please take a look.

Description:
Replace C++ bitfields with our own BitFields

Shave this yak from orbit, it's the only way to be sure.

BUG=chromium:427616
LOG=n

Please review this at https://codereview.chromium.org/700963002/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+650, -493 lines):
  M src/ast.h
  M src/ast.cc
  M src/heap-snapshot-generator.h
  M src/heap-snapshot-generator.cc
  M src/heap-snapshot-generator-inl.h
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/hydrogen-instructions.h
  M src/hydrogen-instructions.cc
  M src/profile-generator.h
  M src/profile-generator.cc
  M src/profile-generator-inl.h
  M src/runtime/runtime-array.cc
  M src/scanner.cc
  M src/unicode.h
  M src/unicode-inl.h


--
--
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.

Reply via email to