Comment #2 on issue 2597 by [email protected]: v8 doesn't detect ARM CPU features properly in Android sandboxed services.
http://code.google.com/p/v8/issues/detail?id=2597

Chrome OS has run into this issue too, for the same reason (sandboxed renderers). They have more control over their hardware platform — specific chips — so they were able to work around it more easily.

The/A general solution, that might also benefit Chrome OS someday, is to get the information by IPC calls to the Chrome browser process. It would be fairly simple, since you'd need to send only a zero-parameter request and receive a uint64_t in response.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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/groups/opt_out.


Reply via email to