Skip to content

Commit

Permalink
Merge pull request #640 from tpersson/newGBcollector
Browse files Browse the repository at this point in the history
New GC-collector
  • Loading branch information
madcern committed Jun 20, 2018
2 parents 0ddca28 + 223d389 commit 4b19c31
Show file tree
Hide file tree
Showing 337 changed files with 218,359 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ libs/gc/**/.deps
libs/gc/**/.libs
libs/gc/**/.dirstamp
libs/gc/**/Makefile
libs/gc/gc-7.6.4/bdw-gc.pc
libs/gc/gc-7.6.4/config.status
libs/gc/gc-7.6.4/gctest
libs/gc/gc-7.6.4/hugetest
libs/gc/gc-7.6.4/include/private/config.h
libs/gc/gc-7.6.4/include/private/stamp-h1
libs/gc/gc-7.6.4/leaktest
libs/gc/gc-7.6.4/libtool
libs/gc/gc-7.6.4/middletest
libs/gc/gc-7.6.4/realloc_test
libs/gc/gc-7.6.4/smashtest
libs/gc/gc-7.6.4/staticrootstest

libs/gc/gc-7.2f/bdw-gc.pc
libs/gc/gc-7.2f/config.status
libs/gc/gc-7.2f/gctest
Expand All @@ -50,6 +63,8 @@ libs/gc/gc-7.2f/realloc_test
libs/gc/gc-7.2f/smashtest
libs/gc/gc-7.2f/staticrootstest



# Tests:
# (could also exclude whole tests folder?)
tests/**/*.data
Expand Down
2 changes: 1 addition & 1 deletion Makefile_pre
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SED = sed
GREP = grep

ifeq ($(USEGC),yes)
GCDIR := gc-7.2f
GCDIR := gc-7.6.4
endif

# end of makefile
2 changes: 1 addition & 1 deletion libs/gc/Makefile_pre
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# | $Id$
# |

GCDIR := gc-7.2f
GCDIR := gc-7.6.4

# end of makefile

0 comments on commit 4b19c31

Please sign in to comment.