FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Java
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
July 01, 2005

Microbenchmarking C++, C#, and Java

(Page 20 of 20)

July, 2005: Micro Benchmarking C++, C#, and Java

Table 1: Compiler settings used for different language platforms.

Language Compiler Settings Runtime Settings
Java -g:none -target: 1.4 (JRE1.4) -server or -client
  -target: 5 (JRE5)
  (IBM JRE supports no client/server option)
C# /optimize+ /debug- /checked- /unsafe+ /target:exe .NET: none
    Mono: --optimize=all
C++ GCC: -O3 -march=pentium4 -msse -msse2 -mfpmath=sse none
  Intel C/C++: -O3 -march=pentium4 -mcpu=pentium4
  Microsoft Visual C 7.1:
  /Ox /Og /Ob2 /Oi /Ot /Oy /GT /GL /G7 /GA /GF /FD /EHsc /ML /arch:SSE2

Previous Page | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20
TOP 5 ARTICLES
No Top Articles.



MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK