Files
openocd/src/target
David Brownell 6a0af06bd9 ARM: shrink offsets
Move various embedded target structs to the beginnings of
their containers ... pretty much the way C++ or Obj-C
would for single inheritance.

This shrinks code that accesses those embedded structs by
letting common offsets use smaller instructions.  Sample
before/after sizes (on amd64):

  17181	    312	      0	  17493	   4455	arm920t.o
  16810	    312	      0	  17122	   42e2	arm920t.o

Where the "after" is the smaller number, with this patch
over the ones leveraging that embedding knowledge.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-11-05 22:04:25 -08:00
..
2009-11-05 22:04:25 -08:00
2009-10-13 12:22:23 +02:00
2009-11-05 22:04:25 -08:00
2009-11-05 22:04:25 -08:00
2009-11-05 22:04:25 -08:00
2009-11-05 22:04:25 -08:00
2009-11-05 21:59:39 -08:00
2009-11-05 01:47:44 -08:00
2009-11-05 01:47:44 -08:00
2009-07-16 10:30:50 +00:00
2009-06-23 22:44:17 +00:00
2009-11-05 21:59:39 -08:00
2009-06-18 07:11:40 +00:00
2009-11-05 22:04:25 -08:00