+svenpanne

I think we should keep the CpuFeatures::ATOM bit for now; It's not 100% clean,
but CpuFeatures is in need of a cleanup anyway (Sven was talking about doing
that).


https://codereview.chromium.org/853703002/diff/60001/src/x64/assembler-x64.cc
File src/x64/assembler-x64.cc (right):

https://codereview.chromium.org/853703002/diff/60001/src/x64/assembler-x64.cc#newcode63
src/x64/assembler-x64.cc:63: if (cpu.is_atom()) FLAG_intel_atom = true;
Modifying flags this way is a bad idea, and it also defeats the purpose
of the flag completely, because now whenever the CPU class detects an
ATOM, the intel-atom flag will be forcibly true.

https://codereview.chromium.org/853703002/

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