Here is the diff I am currently working with. It uses __LP64__ to recognize<br>the 64-bit architecture, but I think we should use something else. A couple<br>of notes:<br><br>* cpp -dM runtime/gc.h prints the defined symbols for different architectures.
<br> We may use this to determine a good #define-directive to hook on to.<br><br>* We passed most (all) of the regression tests. The only that did not pass was the FP<br> tests that never pass anyway and the size-tests which is ok, considering the shift
<br> in codegen and architecture.<br><br>* I'd like an 'ok, go ahead' before I commit the changes.<br><br>J.<br>