[M3commit] [modula3/cm3] e8e0dc: Remove spaces from ends of lines.

GitHub noreply at github.com
Fri Jan 1 11:00:46 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/modula3/cm3
  Commit: e8e0dc70532f9c37c598d29552f55d52aac04cb3
      https://github.com/modula3/cm3/commit/e8e0dc70532f9c37c598d29552f55d52aac04cb3
  Author: jaykrell <jay.krell at cornell.edu>
  Date:   2015-12-31 (Thu, 31 Dec 2015)

  Changed paths:
    M m3-sys/m3middle/src/Target.m3

  Log Message:
  -----------
  Remove spaces from ends of lines.


  Commit: 865126a6fbb5cb96d0d1380baaba4bed4ce3ff53
      https://github.com/modula3/cm3/commit/865126a6fbb5cb96d0d1380baaba4bed4ce3ff53
  Author: jaykrell <jay.krell at cornell.edu>
  Date:   2016-01-01 (Fri, 01 Jan 2016)

  Changed paths:
    M m3-libs/m3core/src/runtime/ex_frame/RTExFrame.m3
    M m3-sys/m3front/src/misc/Jmpbufs.m3
    M m3-sys/m3front/src/misc/Marker.m3
    M m3-sys/m3middle/src/M3RT.m3
    M m3-sys/m3middle/src/Target.i3
    M m3-sys/m3middle/src/Target.m3

  Log Message:
  -----------
  Restore the code to optionally allocate jmpbufs "inline" instead
of with alloca. This is controlled by RTExFrame.Alloca_jmpbuf
and Target.Alloca_jmpbu, which must match.

This is really an experiement, towards restoring NT386 to working order.
If this optoinality was a long term intent, then the compiler's
decision would be communicated to the library in generated data (RT0).


Compare: https://github.com/modula3/cm3/compare/8d93de066ec7...865126a6fbb5


More information about the M3commit mailing list