smack icon indicating copy to clipboard operation
smack copied to clipboard

Reduce sizes of pthreads-related types

Open zvonimir opened this issue 6 years ago • 0 comments

Our model of pthreads mostly leverages C int type for various pthreads types and structure fields. That is fine when mathematical integers are used to model C integers. However, when bit-vectors are used, I wonder if in many situations using (typically) 32 bit integers is an overkill, and if we would gain performance by reducing those to smaller bit-widths when possible.

zvonimir avatar Dec 15 '19 23:12 zvonimir