Updates:
        Status: WorkingAsIntended

Comment #7 on issue 2168 by [email protected]: Support for using armv6 vfp2 instructions
http://code.google.com/p/v8/issues/detail?id=2168

- Not having signed the CLA is enough reason for us not to be able to land a patch. - The patch is wrong, as explained by Rodolph in comment #2, and as also noted on the Qt codereview site linked above. - There is no need for a patch, as Luis says in comment #4. See also V8 issue 2393 and issue 2511 -- when you say "it doesn't work", that's likely the same misunderstanding: The V8 build system does not autodetect CPU features (because it is geared towards use cases where the build host is not the same as the machine that will run the produced binaries), and armv7 and VFP3 are enabled by default (which makes sense for the vast majority of ARM devices out there), so you have to disable them manually when you build V8 for the Raspberry Pi. There are no patches needed for this, just command-line parameters.


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