History log of /dalvik/docs/porting-proto.c.txt
Revision Date Author Comments
7365493ad8d360c1dcf9cd8b6eee62747af01cae 09-Jun-2010 Carl Shapiro <cshapiro@google.com> Remove repeated newlines at the end of files.

Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
72e93344b4d1ffc71e9c832ec23de0657e5b04a5 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
d06170d29cc6d75b35e78f89e9b8ed717f21f9c3 13-Jul-2009 Andy McFadden <fadden@android.com> Add note about -to-long conversions.

Library behavior may not be what Java spec requires. Added sample code
and pointer to dalvik test.
e9f54e66fb6c27d571e63e8f56fbf59b21bc7bec 02-Jul-2009 Andy McFadden <fadden@android.com> Add mterp stub collection to aid porting.

For some of the more complex Dalvik operations it can be handy to see
what gcc outputs in similar circumstances. This adds a file filled with
"trivial" operations to the Dalvik porting documentation.