[OE-core] [PATCH 00/29] Add gobject introspection support to oe-core
Alexander Kanavin
alexander.kanavin at linux.intel.com
Wed Nov 11 13:58:23 UTC 2015
On 11/11/2015 03:34 PM, Mark Hatle wrote:
> For the same architecture (i.e. MIPS64) and the same ABI (n64), the resulting
> data structures, packing and similar should all be standard. Only the generated
> instructions and execution order would/could change.
>
> So you would need a way to generate, cache, store the results by arch/abi combo
> in order to do this. The issue of course is that you would need to declare the
> arch and abi -- the tune files are the natural place to do this (we really are
> declaring it there ANYWAY), and the tune features in many cases may have already
> done this...
>
> Something to consider -- the alternative is the dual object (one generic
> [arch/abi], one optimized for the tune) that can be used to run on QEMU. Twice
> the compile time but should work fine.
Hmm, maybe it's simpler to just fix QEMU so it can handle the missing
instructions?
Alex
More information about the Openembedded-core
mailing list