Check entire API for inefficient / wrong types #13
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some API calls use integers where bytes are fine, etc. This needs cleaned up.
Underway. New jint16 and juint16 types added to ensure 16 bit integers across platforms.
This has become fun. A lot of values that could be represented as 'byte' are staying 'jint16' because the IIgs tools won't pass a single byte from C to ASM.