Implementation notes: mips32, gcc49, crypto_sign/pflash1

Computer: gcc49
Architecture: mips32
CPU ID: unknown CPU ID
SUPERCOP version: 20130126
Operation: crypto_sign
Primitive: pflash1
TimeImplementationCompilerBenchmark dateSUPERCOP version
7594526refgcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer2012041620120329
8147342refgcc -mabi=n32 -O -fomit-frame-pointer2012041620120329
8193118refgcc -funroll-loops -mabi=n32 -Os -fomit-frame-pointer2012041620120329
8668552refgcc -funroll-loops -mabi=n32 -O -fomit-frame-pointer2012041620120329
8907950refgcc -mabi=n32 -O2 -fomit-frame-pointer2012041620120329
9245584refgcc -mabi=n32 -O3 -fomit-frame-pointer2012041620120329
10594146refgcc -funroll-loops -mabi=n32 -O3 -fomit-frame-pointer2012041620120329
11494928refgcc -mabi=n32 -Os -fomit-frame-pointer2012041620120329

Compiler output

Implementation: crypto_sign/pflash1/ref
Compiler: gcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer
SignScheme.c: SignScheme.c: In function 'signatureofshorthash':
SignScheme.c: SignScheme.c:211: warning: passing argument 1 of 'SignScheme_sign' discards qualifiers from pointer target type
SignScheme.c: SignScheme.c:95: note: expected 'byte *' but argument is of type 'const unsigned char *'
SignScheme.c: SignScheme.c: In function 'verification':
SignScheme.c: SignScheme.c:227: warning: passing argument 1 of 'SignScheme_GMap' discards qualifiers from pointer target type
SignScheme.c: SignScheme.c:152: note: expected 'byte *' but argument is of type 'const unsigned char *'
SignScheme.c: SignScheme.c:227: warning: passing argument 2 of 'SignScheme_GMap' discards qualifiers from pointer target type
SignScheme.c: SignScheme.c:152: note: expected 'byte *' but argument is of type 'const unsigned char *'

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer ref
gcc -funroll-loops -mabi=n32 -O3 -fomit-frame-pointer ref
gcc -funroll-loops -mabi=n32 -O -fomit-frame-pointer ref
gcc -funroll-loops -mabi=n32 -Os -fomit-frame-pointer ref
gcc -mabi=n32 -O2 -fomit-frame-pointer ref
gcc -mabi=n32 -O3 -fomit-frame-pointer ref
gcc -mabi=n32 -O -fomit-frame-pointer ref
gcc -mabi=n32 -Os -fomit-frame-pointer ref