Skip to content

Commit

Permalink
Merge pull request #166 from MPLLang/block-stats
Browse files Browse the repository at this point in the history
Block statistics
  • Loading branch information
shwestrick authored Oct 12, 2022
2 parents 11e7202 + 741981b commit 334a80c
Show file tree
Hide file tree
Showing 28 changed files with 536 additions and 90 deletions.
1 change: 1 addition & 0 deletions runtime/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ extern C_Pthread_Key_t gcstate_key;
#include "gc/concurrent-list.c"
#include "gc/remembered-set.c"
#include "gc/rusage.c"
#include "gc/sampler.c"
#include "gc/sequence-allocate.c"
#include "gc/sequence.c"
#include "gc/share.c"
Expand Down
1 change: 1 addition & 0 deletions runtime/gc.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ typedef GC_state GCState_t;

#include "gc/debug.h"
#include "gc/logger.h"
#include "gc/sampler.h"
#include "gc/block-allocator.h"

#include "gc/tls-objects.h"
Expand Down
Loading

0 comments on commit 334a80c

Please sign in to comment.