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

commits at source.squeak.org commits at source.squeak.org
Thu Feb 14 16:29:32 UTC 2013


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

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

Name: CMakeVMMaker-EstebanLorenzano.191
Author: EstebanLorenzano
Time: 14 February 2013, 5:29:19.952 pm
UUID: 9afdec65-270e-443e-b750-d9c9f76624f1
Ancestors: CMakeVMMaker-EstebanLorenzano.190

- fixed unix compilation parameters

=============== Diff against CMakeVMMaker-EstebanLorenzano.190 ===============

Item was changed:
  ----- Method: CogUnixConfig>>compilerFlagsRelease (in category 'compiler flags') -----
  compilerFlagsRelease
+ "
+ THIS FLAGS ARE CREASHING COMPILER 
  
+ -fschedule-insns2 
+ -fschedule-insns 
- 	^ '-g0 -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 
- 	-DNO_VM_PROFILE=1 -DDEBUGVM=0'
  
+ THIS FLAGS ARE CRASHING VM
+ -ftree-pre  
+ 
+ THIS FLAGS ARE WORKING 
+ -O1 -fthread-jumps -falign-functions -falign-jumps -falign-loops -falign-labels -fcrossjumping -fcse-follow-jumps -fcse-skip-blocks -fdelete-null-pointer-checks -fdevirtualize -fexpensive-optimizations -fgcse -fgcse-lm -finline-small-functions -findirect-inlining -fipa-sra -foptimize-sibling-calls -fpartial-inlining -fpeephole2 -fregmove -freorder-blocks -frerun-cse-after-loop -fcaller-saves -freorder-functions -fsched-interblock -fsched-spec -fstrict-aliasing -fstrict-overflow  -ftree-switch-conversion -ftree-vrp
+ 
+ THIS IS LIKE: -O2 -fno-tree-pre
+ "
+ 
+ 	^ '-g0 -O2 -fno-tree-pre -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DDEBUGVM=0'!
- !



More information about the Vm-dev mailing list