Re: [PATCH] Decrease size of cp_token (PR bootstrap/68271)
OK. Jason
[PATCH] Decrease size of cp_token (PR bootstrap/68271)
Hi! As discussed in bugzilla some time ago, this patch decreases size of cp_token on 64-bit hosts from 24 bytes to 16 bytes and on 32-bit hosts from 16 bytes to 12. As for C++ all tokens are preparsed, it is quite important. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2