diff mx/commands.py @ 8258:d02ba214b7e6

Merge.
author Christian Humer <christian.humer@gmail.com>
date Wed, 13 Mar 2013 20:05:30 +0100
parents b9eb0d939e60
children 2237260c6fdb
line wrap: on
line diff
--- a/mx/commands.py	Wed Mar 13 20:05:11 2013 +0100
+++ b/mx/commands.py	Wed Mar 13 20:05:30 2013 +0100
@@ -818,6 +818,10 @@
         tasks.append(t.stop())
 
         _vmbuild = 'product'
+        t = Task('BootstrapWithRegisterPressure:product')
+        vm(['-G:RegisterPressure=rbx,r11,r14,xmm3,xmm11,xmm14', '-esa', '-version'])
+        tasks.append(t.stop())
+        
         originalVm = _vm
         _vm = 'server' # hosted mode
         t = Task('UnitTests:hosted-product')