Skip to content
  • Simon Marlow's avatar
    [project @ 2000-03-07 11:35:36 by simonmar] · 3f558e55
    Simon Marlow authored
    Move the x86 startup code into StgCRun.c, and remove StgRun.S.
    Although the assembly version was much cleaner, it didn't extend the
    stack properly in the case when the host architecture requires it to
    be extended a page at a time (eg. Win32).  We now rely on the C
    compiler to do this properly.
    3f558e55