wheezy libc optimisation - Raspberry Pi Forums


hi,

new forum, although i've had rpi b(-) years now. thinking how breeze new speed `black box'. not skillful in programming nor talented on uelectronics, proud have fitted reset switch board, push button facing through hole of rpi case.

have set `turbo' mode time ago, thinking of optimisations. have done coding in assembly on `sinclair ql', powerpc chip, far no knowledge of arm processors here.

thinking along these lines.
remember `ppc' able commit several instructions in single cycle, through mechanism of pipelining , out of order dispatching. unrolled loops, copy memory blocks 4-6 times faster on same processor speed.

remembering `atari st' blitter chip, not use copy graphics, move other memory blocks around.

processor in 90% of time copy move data around, hoping speed performance benefit optimising copy move blocks functions possibly in `libc' library, of calls end up.

not sure if above make @ sense, might not capable doing optimisations myself. curious how works arm code.

many thanks.
tom



raspberrypi



Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'