Reviewers: wingo (OoO until 4 aug), Diego Pino, vjaquez, Sven Panne, danno, rossberg, mstarzinger, marja (ooo until 18th of Aug),

Message:
This is one possible approach to avoid the manual, error-prone bit fiddling, as
discussed here:

  https://codereview.chromium.org/410873004/#msg5

Description:
Clean up manual bit field usage in PreParserExpression

Instead of using an integer value and manual bit-fiddling, use C++'s
support for specifying bit sizes for integral types. This way the bits
used to describe a PreParserExpression are handled by the compiler.

BUG=
LOG=

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

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

Affected files (+85, -83 lines):
  M src/preparser.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