r245902 - in /branches/c++-modules: ChangeLog.m...

nathan@gcc.gnu.org nathan@gcc.gnu.org
Sun Mar 5 17:22:00 GMT 2017


Author: nathan
Date: Sun Mar  5 17:22:30 2017
New Revision: 245902

URL: https://gcc.gnu.org/viewcvs?rev=245902&root=gcc&view=rev
Log:
	Optimize crc.  Push to trunk
	gcc/
	* tree.h (crc32_unsigned_n): Declare.
	(crc32_unsigned, crc32_unsigned): Make inline.
	* tree.c (crc32_unsigned_bits): Replace with ...
	(crc32_unsigned_n): ... this.
	(crc32_unsigned, crc32_byte): Remove.
	(crc32_string): Remove unnecessary braces.

Modified:
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/gcc/tree.c
    branches/c++-modules/gcc/tree.h



More information about the Gcc-cvs mailing list