On 2010/06/15 16:11:56, Vitaly wrote:
http://codereview.chromium.org/2834004/diff/4002/8005
File src/isolate.h (right):
http://codereview.chromium.org/2834004/diff/4002/8005#newcode47
src/isolate.h:47: V(uint64_t, assembler_cpufeatures_supported, 0)
\
Why can't we have a real CPUFeatures object instead? It's not
performance-critical, so having just a pointer in the isolate should work.
Updated to reflect these comments. We may need to add a pointer in
Assembler to
CpuFeatures (as it hits it during some instruction emission methods).
http://codereview.chromium.org/2834004/show
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev