Hier ist der angepasste v8 Patch,
bei Sky F1 konnte ich auf meiner
vu zero bei einem kurzen A/B Test ungefähr 10% weniger CPU Auslastung sehen, was aber nicht heißt, das die Box nicht trotzdem am Limit läuft (~90% -> ~80%).
arm mit neon hab ich nicht getestet, arm ohne neon profitiert laut benchmark nur sehr wenig, allerdings ist mein Compiler uralt also ymmv
@hacker1
beim Versuch deine Option auf die V6 anzuwenden, macht das Build 2 Warnungen (atr.c und webif.c) und das Binary hat dann 0 Bytes.
Toolchain war die "rasp_hard" aus'm S3 ...
Gegentest mit "dreambox_fpu" für die Mipsel's war jedoch auch nicht Okay, allerdings war hier nur der atr.c-Part zickig.
da es im V6 den CC-Opts-Part noch nicht gab, habe ich es direkt im "S3" eingetragen.
csctapi/atr.c: In function 'ATR_InitFromArray':
csctapi/atr.c:84:11: warning: array subscript is above array bounds [-Warray-bounds]
csctapi/atr.c:85:11: warning: array subscript is above array bounds [-Warray-bounds]
csctapi/atr.c:89:11: warning: array subscript is above array bounds [-Warray-bounds]
csctapi/atr.c:96:11: warning: array subscript is above array bounds [-Warray-bounds]
csctapi/atr.c:97:11: warning: array subscript is above array bounds [-Warray-bounds]
csctapi/atr.c:101:11: warning: array subscript is above array bounds [-Warray-bounds]
csctapi/atr.c:108:11: warning: array subscript is above array bounds [-Warray-bounds]
csctapi/atr.c:109:11: warning: array subscript is above array bounds [-Warray-bounds]
csctapi/atr.c:113:11: warning: array subscript is above array bounds [-Warray-bounds]
csctapi/atr.c:120:17: warning: array subscript is above array bounds [-Warray-bounds]
csctapi/atr.c:121:11: warning: array subscript is above array bounds [-Warray-bounds]
module-webif.c: In function 'process_request':
module-webif.c:9333:1: internal compiler error: output_operand: invalid shift operand
Please submit a full bug report,
with preprocessed source if appropriate.
See <
Sie müssen registriert sein, um Links zu sehen.
> for instructions.
{standard input}: Assembler messages:
{standard input}:60138: Warning: end of file not at end of a line; newline inserted
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
make[1]: *** [Makefile:455: build/arm-bcm2708hardfp-linux-gnueabi-ssl-libusb/module-webif.o] Error 1
make: *** [Makefile:411: all] Error 2