Skip to content
Snippets Groups Projects
Verified Commit c28df70d authored by dos's avatar dos
Browse files

clear on sweep

parent ff8c0de2
No related branches found
No related tags found
No related merge requests found
Pipeline #9065 passed
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
// make this 1 to zero out swept memory to more eagerly // make this 1 to zero out swept memory to more eagerly
// detect untraced object still in use // detect untraced object still in use
#define CLEAR_ON_SWEEP (0) #define CLEAR_ON_SWEEP (1)
#define WORDS_PER_BLOCK ((MICROPY_BYTES_PER_GC_BLOCK) / MP_BYTES_PER_OBJ_WORD) #define WORDS_PER_BLOCK ((MICROPY_BYTES_PER_GC_BLOCK) / MP_BYTES_PER_OBJ_WORD)
#define BYTES_PER_BLOCK (MICROPY_BYTES_PER_GC_BLOCK) #define BYTES_PER_BLOCK (MICROPY_BYTES_PER_GC_BLOCK)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment