[Vm-dev] VM Maker: CMakeVMMaker-EstebanLorenzano.151.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Feb 20 21:50:16 UTC 2012


Esteban Lorenzano uploaded a new version of CMakeVMMaker to project VM Maker:
http://source.squeak.org/VMMaker/CMakeVMMaker-EstebanLorenzano.151.mcz

==================== Summary ====================

Name: CMakeVMMaker-EstebanLorenzano.151
Author: EstebanLorenzano
Time: 20 February 2012, 6:49:55 pm
UUID: 5d07294c-544f-442e-97be-468609691afa
Ancestors: CMakeVMMaker-EstebanLorenzano.150

cleanups on compiler flags

=============== Diff against CMakeVMMaker-EstebanLorenzano.150 ===============

Item was added:
+ ----- Method: CogCocoaIOSConfig>>commonCompilerFlags (in category 'settings') -----
+ commonCompilerFlags
+ 	^super commonCompilerFlags, #('-DCOGVM')!

Item was removed:
- ----- Method: CogCocoaIOSConfig>>compilerFlagsRelease (in category 'settings') -----
- compilerFlagsRelease 
- 	^super compilerFlagsRelease, #('-DCOGVM')!

Item was added:
+ ----- Method: CogFamilyCocoaIOSConfig>>commonCompilerFlags (in category 'settings') -----
+ commonCompilerFlags
+ 	^super commonCompilerFlags, 
+ 		#('-funroll-loops' '-fasm-blocks' '-finline-functions' '-mfpmath=sse' '-march=pentium-m' '-mtune=prescott' '-falign-functions=16' '-fno-gcse' '-fno-cse-follow-jumps' '-std=gnu99' '-DBUILD_FOR_OSX' '-DUSE_INLINE_MEMORY_ACCESSORS' '-DLSB_FIRST' '-DHAVE_SYS_TIME_H' '-DHAVE_NANOSLEEP' '-DCOGMTVM=0' '-DUSE_GLOBAL_STRUCT=0' '-DBASE_HEADER_SIZE=4')!

Item was changed:
  ----- Method: CogFamilyCocoaIOSConfig>>compilerFlagsDebug (in category 'settings') -----
  compilerFlagsDebug
+ 	^#('-g3' '-O0' '-DDEBUGVM=1')!
- 	^#('-g3' '-O0' '-fvisibility=hidden' '-funroll-loops' '-fasm-blocks' '-finline-functions' '-mfpmath=sse' '-march=pentium-m' '-mtune=prescott' '-falign-functions=16' '-fno-gcse' '-fno-cse-follow-jumps' '-std=gnu99' '-DBUILD_FOR_OSX' '-DUSE_INLINE_MEMORY_ACCESSORS' '-DLSB_FIRST' '-DUSE_INLINE_MEMORY_ACCESSORS' '-DHAVE_SYS_TIME_H' '-DHAVE_NANOSLEEP' '-DDEBUGVM=1' '-DCOGMTVM=0' '-DUSE_GLOBAL_STRUCT=0' '-DBASE_HEADER_SIZE=4')!

Item was changed:
  ----- Method: CogFamilyCocoaIOSConfig>>compilerFlagsRelease (in category 'settings') -----
  compilerFlagsRelease 
+ 	^#('-g0' '-Os' '-fomit-frame-pointer' '-DNDEBUG' '-DDEBUGVM=0')!
- 	^#('-g0' '-Os' '-fvisibility=hidden' '-funroll-loops' '-fasm-blocks' '-finline-functions' '-mfpmath=sse' '-fomit-frame-pointer' '-march=pentium-m' '-mtune=prescott' '-falign-functions=16' '-fno-gcse' '-fno-cse-follow-jumps' '-std=gnu99' '-DBUILD_FOR_OSX' '-DUSE_INLINE_MEMORY_ACCESSORS' '-DLSB_FIRST' '-DUSE_INLINE_MEMORY_ACCESSORS' '-DHAVE_SYS_TIME_H' '-DHAVE_NANOSLEEP' '-DNDEBUG' '-DDEBUGVM=0' '-DCOGMTVM=0' '-DUSE_GLOBAL_STRUCT=0' '-DBASE_HEADER_SIZE=4')!

Item was added:
+ ----- Method: CogMTCocoaIOSConfig>>commonCompilerFlags (in category 'settings') -----
+ commonCompilerFlags
+ 	^super commonCompilerFlags, #('-DCOGMTVM=1')!

Item was removed:
- ----- Method: CogMTCocoaIOSConfig>>compilerFlagsDebug (in category 'settings') -----
- compilerFlagsDebug 
- 	^#('-g3' '-O0' '-msse3' "'-fvisibility=hidden'" '-funroll-loops' '-fasm-blocks' '-finline-functions' '-mfpmath=sse' '-march=pentium-m' '-falign-functions=16' '-fno-gcse' '-fno-cse-follow-jumps' '-std=gnu99' '-DBUILD_FOR_OSX' '-DUSE_INLINE_MEMORY_ACCESSORS' '-DLSB_FIRST' '-DHAVE_SYS_TIME_H' '-DHAVE_NANOSLEEP' '-DDEBUGVM=1' '-DCOGMTVM=1' '-DUSE_GLOBAL_STRUCT=0' '-DBASE_HEADER_SIZE=4' '-DCOGVM')!

Item was removed:
- ----- Method: CogMTCocoaIOSConfig>>compilerFlagsRelease (in category 'settings') -----
- compilerFlagsRelease 
- 	^#('-g0' '-Os' '-msse3' "'-fvisibility=hidden'" '-funroll-loops' '-fasm-blocks' '-finline-functions' '-mfpmath=sse' '-fomit-frame-pointer' '-march=pentium-m' '-mtune=prescott' '-falign-functions=16' '-fno-gcse' '-fno-cse-follow-jumps' '-std=gnu99' '-DBUILD_FOR_OSX' '-DUSE_INLINE_MEMORY_ACCESSORS' '-DLSB_FIRST' '-DHAVE_SYS_TIME_H' '-DHAVE_NANOSLEEP' '-DNDEBUG' '-DDEBUGVM=0' '-DCOGMTVM=1' '-DUSE_GLOBAL_STRUCT=0' '-DBASE_HEADER_SIZE=4' '-DCOGVM')!

Item was changed:
  ----- Method: StackIPhoneConfig>>compilerFlagsDebug (in category 'settings') -----
  compilerFlagsDebug
+ 	^super compilerFlagsDebug "#('-g3' '-O0' '-fno-cse-follow-jumps' '-DDEBUGVM=1')"!
- 	^#('-g3' '-O0' "'-fasm-blocks'" "'-mfpmath=sse'" "'-march=pentium-m'" "'-mtune=prescott'" '-fno-cse-follow-jumps' '-DDEBUGVM=1')!

Item was changed:
  ----- Method: StackIPhoneConfig>>compilerFlagsRelease (in category 'settings') -----
  compilerFlagsRelease 
+ 	^super compilerFlagsRelease "#('-g0' '-O3' '-finline-functions'  '-fomit-frame-pointer' '-DNDEBUG' '-DDEBUGVM=0')"!
- 	^#('-g0' '-O3' "'-fasm-blocks'" '-finline-functions' "'-mfpmath=sse'" '-fomit-frame-pointer' "'-march=pentium-m'" "'-mtune=prescott'" '-DNDEBUG' '-DDEBUGVM=0')!



More information about the Vm-dev mailing list