[parrot/parrot] f4d0d6: Added the --mem-limit commandline option.

noreply at github.com noreply at github.com
Mon Nov 28 23:07:46 UTC 2011


  Branch: refs/heads/mem_limit
  Home:   https://github.com/parrot/parrot

  Commit: f4d0d67ad209e85f418cfde608b557b33011e4d2
      https://github.com/parrot/parrot/commit/f4d0d67ad209e85f418cfde608b557b33011e4d2
  Author: Paweł Nowak <pawel834 at gmail.com>
  Date:   2011-11-28 (Mon, 28 Nov 2011)

  Changed paths:
    M frontend/parrot2/main.c
  M frontend/parrot2/prt0.pir
  M frontend/parrot2/prt0.winxed
  M include/parrot/api.h
  M include/parrot/gc_api.h
  M include/parrot/longopt.h
  M src/embed/api.c
  M src/gc/gc_gms.c

  Log Message:
  -----------
  Added the --mem-limit commandline option.

Added the --mem-limit commandline option,requested by ticket #67, which specifies the maximum amount of memory the GC is allowed to allocate.
Also added required members to the Parrot_Init_Args and Parrot_GC_Init_Args structures and the MarkSweep_GC structure of the gms core.


  Commit: 532335e8f558ea3a9d4115c8a34c4880b358e7fa
      https://github.com/parrot/parrot/commit/532335e8f558ea3a9d4115c8a34c4880b358e7fa
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-11-28 (Mon, 28 Nov 2011)

  Changed paths:
    M frontend/parrot2/main.c
  M frontend/parrot2/prt0.pir
  M frontend/parrot2/prt0.winxed
  M include/parrot/api.h
  M include/parrot/gc_api.h
  M include/parrot/longopt.h
  M src/embed/api.c
  M src/gc/gc_gms.c

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/Pawel834/parrot into mem_limit


Compare: https://github.com/parrot/parrot/compare/f4d0d67^...532335e


More information about the parrot-commits mailing list