linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [0/2] RFC: sparse bytecode writer
@ 2008-09-04  5:34 Christopher Li
  0 siblings, 0 replies; only message in thread
From: Christopher Li @ 2008-09-04  5:34 UTC (permalink / raw)
  To: Linux-Sparse, Alexey Zaytsev, Josh Triplett

Hi,

I have been hacking on the sparse code dumper for a while.
Recently there seems some interested in this, so I resurrect
my patches.

The dumper works on the native C structure. It convert the pointer
inside the struct into index numbers. Hopefully on loading, the
same pointer traverse can convert the index back to object
pointer.

Currently there is no attempt to compress the C structure it
writes. So the result is huge, about 50x compare to the stripped
.o file on i386.  But it give a very good idea how much memory.

It needs to load such an object file though.

the reader is not ready yet.

Chris

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-04  5:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-04  5:34 [0/2] RFC: sparse bytecode writer Christopher Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).