[parrot/parrot] 2d0471: Made tests more tolerant to big amount of availabl...

noreply at github.com noreply at github.com
Fri Feb 11 12:36:24 UTC 2011


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

Commit: 2d0471f3bca27b76eac60c483b5e2425428bcb78
    https://github.com/parrot/parrot/commit/2d0471f3bca27b76eac60c483b5e2425428bcb78
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-11 (Fri, 11 Feb 2011)

Changed paths:
  M t/op/gc-leaky-box.t
  M t/op/gc-leaky-call.t

Log Message:
-----------
Made tests more tolerant to big amount of available memory


Commit: 8669daadb511cb455773e1eb6914b661dec8931e
    https://github.com/parrot/parrot/commit/8669daadb511cb455773e1eb6914b661dec8931e
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-11 (Fri, 11 Feb 2011)

Changed paths:
  M src/gc/gc_gms.c

Log Message:
-----------
Remove c++-commented code.


Commit: 5244700f6a1c63aeb2d7e10d7aa01efb9cc21a7d
    https://github.com/parrot/parrot/commit/5244700f6a1c63aeb2d7e10d7aa01efb9cc21a7d
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-11 (Fri, 11 Feb 2011)

Changed paths:
  M src/pmc.c
  M src/string/api.c

Log Message:
-----------
Remove c++-comment. Put normal comment instead and made code more obvious about semantics


Commit: 5eec12ff8f1cfd551eea886d5cec740586afc4fa
    https://github.com/parrot/parrot/commit/5eec12ff8f1cfd551eea886d5cec740586afc4fa
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-11 (Fri, 11 Feb 2011)

Changed paths:
  M src/string/api.c

Log Message:
-----------
Restore previous behaviour of setting GC flags in str_copy.


Commit: 0c03f7e2409b14ca426629b41055a7d8bb7c0073
    https://github.com/parrot/parrot/commit/0c03f7e2409b14ca426629b41055a7d8bb7c0073
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-11 (Fri, 11 Feb 2011)

Changed paths:
  M NEWS
  M runtime/parrot/library/distutils.pir
  M src/dynpmc/os.pmc
  M src/embed/api.c
  M src/extend.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M t/src/embed/api.t
  M t/src/misc.t

Log Message:
-----------
Merge branch 'master' into generational_gc


Commit: 880211526ac7d054ba896ebca0d8ec8fb3d3be75
    https://github.com/parrot/parrot/commit/880211526ac7d054ba896ebca0d8ec8fb3d3be75
Author: Michael H. Hind <mike.hind at gmail.com>
Date:   2011-02-11 (Fri, 11 Feb 2011)

Changed paths:
  M src/pmc.c

Log Message:
-----------
fix codetest failure - trailing space


Commit: b55f22f6757b9f77fb851a07f69ddec1a708f329
    https://github.com/parrot/parrot/commit/b55f22f6757b9f77fb851a07f69ddec1a708f329
Author: Vasily Chekalkin <bacek at bacek.com>
Date:   2011-02-11 (Fri, 11 Feb 2011)

Changed paths:
  M MANIFEST
  M compilers/opsc/ops2c.nqp
  M compilers/opsc/src/Ops/Trans/C.pm
  M config/gen/makefiles/root.in
  M include/parrot/call.h
  M include/parrot/context.h
  M include/parrot/gc_api.h
  M include/parrot/list.h
  M include/parrot/pobj.h
  M include/parrot/settings.h
  M lib/Parrot/Pmc2c/Method.pm
  M lib/Parrot/Pmc2c/PCCMETHOD.pm
  M lib/Parrot/Pmc2c/PMC.pm
  M lib/Parrot/Pmc2c/Parser.pm
  M src/call/args.c
  M src/call/context.c
  M src/call/context_accessors.c
  M src/embed/api.c
  M src/gc/api.c
  M src/gc/fixed_allocator.c
  M src/gc/fixed_allocator.h
  A src/gc/gc_gms.c
  M src/gc/gc_ms.c
  M src/gc/gc_ms2.c
  M src/gc/gc_private.h
  M src/gc/mark_sweep.c
  M src/multidispatch.c
  M src/ops/core_ops.c
  M src/ops/set.ops
  M src/pmc.c
  M src/pmc/callcontext.pmc
  M src/pmc/capture.pmc
  M src/pmc/class.pmc
  M src/pmc/coroutine.pmc
  M src/pmc/default.pmc
  M src/pmc/nci.pmc
  M src/pmc/object.pmc
  M src/pmc/packfile.pmc
  M src/pmc/sub.pmc
  M src/string/api.c
  M src/sub.c
  M src/vtable.tbl
  M t/op/gc-leaky-box.t
  M t/op/gc-leaky-call.t

Log Message:
-----------
Generational GC enters the building. Merge generational_gc branch




More information about the parrot-commits mailing list