PTAL again :)
https://codereview.chromium.org/668173002/diff/100001/src/compiler/instruction-selector.h
File src/compiler/instruction-selector.h (right):
https://codereview.chromium.org/668173002/diff/100001/src/compiler/instruction-selector.h#newcode89
src/compiler/instruction-selector.h:89: static
MachineOperatorBuilder::Flags GetSupportedOperators();
On 2014/10/23 11:04:57, Benedikt Meurer wrote:
s,GetSupportedOperators,SupportedMachineOperatorFlags,
Done.
https://codereview.chromium.org/668173002/diff/100001/src/compiler/machine-operator.h
File src/compiler/machine-operator.h (right):
https://codereview.chromium.org/668173002/diff/100001/src/compiler/machine-operator.h#newcode62
src/compiler/machine-operator.h:62: enum Flag : unsigned int {
On 2014/10/23 11:04:57, Benedikt Meurer wrote:
enum class Flag : unsigned {...}
Done. Had to intro a static_cast in flags.h.
https://codereview.chromium.org/668173002/diff/100001/src/compiler/machine-operator.h#newcode69
src/compiler/machine-operator.h:69: typedef base::Flags<Flag, unsigned
int> Flags;
On 2014/10/23 11:04:57, Benedikt Meurer wrote:
s,unsigned int,unsigned,
Done.
https://codereview.chromium.org/668173002/
--
--
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.