From: dias@cs.tufts.edu Date: Fri, 18 Sep 2009 18:34:15 +0000 (+0000) Subject: Fixed calling convention for unboxed tuples X-Git-Tag: 2009-11-15~18 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=e4caa74b6c809cd17c5d1f7d472b9a47b2ea6f1c;hp=e4caa74b6c809cd17c5d1f7d472b9a47b2ea6f1c;p=ghc-hetmet.git Fixed calling convention for unboxed tuples Apparently, the arguments should be sorted by pointerhood. While we're at it, I rewrote the code that assigns registers and stack space to function call and return parameters. ---