comparison mx/commands.py @ 10423:a6697eaddebd

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 19 Jun 2013 21:54:38 +0200
parents acc1c61ba408
children 590b0c26877f
comparison
equal deleted inserted replaced
10422:a47dd157277e 10423:a6697eaddebd
930 vm(['-esa', '-version']) 930 vm(['-esa', '-version'])
931 tasks.append(t.stop()) 931 tasks.append(t.stop())
932 932
933 _vmbuild = 'product' 933 _vmbuild = 'product'
934 t = Task('BootstrapWithRegisterPressure:product') 934 t = Task('BootstrapWithRegisterPressure:product')
935 vm(['-G:RegisterPressure=rbx,r11,r14,xmm3,xmm11,xmm14', '-esa', '-version']) 935 vm(['-G:RegisterPressure=rbx,r11,r10,r14,xmm3,xmm11,xmm14', '-esa', '-version'])
936 tasks.append(t.stop()) 936 tasks.append(t.stop())
937 937
938 _vmbuild = 'product' 938 _vmbuild = 'product'
939 t = Task('BootstrapWithAOTConfiguration:product') 939 t = Task('BootstrapWithAOTConfiguration:product')
940 vm(['-G:+AOTCompilation', '-G:+VerifyPhases', '-esa', '-version']) 940 vm(['-G:+AOTCompilation', '-G:+VerifyPhases', '-esa', '-version'])