Pointers stored on the stack aren't word-aligned

402b6c8
Opened by Patrick Walton at 2011-01-27 00:51:47

Currently, pointers stored on the stack aren't word-aligned. This is a critical issue because it causes stack growth to fail most of the time.

  1. Commit fac28ad42fb1c14f158774bb1bccaa2eed38cf0a disables task growth for now until this is fixed.

    Patrick Walton at 2010-08-20 18:06:23

  2. WONTFIX (moot point given disabled stack growth)

    Graydon Hoare at 2011-01-27 00:51:47