Comment #4 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

It seems to be working. After speaking with the Android team, it looks like that parsing /proc/cpuinfo parsing is not restricted yet. Sorry for the misinformation, I'm convinced I've seen it failed at least once, but I can't reproduce the issue, so maybe it was a fluke or something.

However, note that the same Android engineers told us they plan to further restrict the sandbox in the future. As such, they still recommend any solution that doesn't directly depends on /proc/cpuinfo, if possible. For Chrome on Android, the IPC plumbing is already in place.

Let's change this issue from a Bug Report to a Feature Request, and put it at low priority for now.

For the record, I've added new functions to NDK cpu-features in the following patch:
https://android-review.googlesource.com/#/c/54900/


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