Commits
User selector
Commit History
Commits on Jul 18, 2020
- committed
- committed
Commits on Jul 6, 2020
Commits on Feb 12, 2020
Track first free atb for multiple block sizes.
Show description for 36e6cc8committed
Commits on Jan 13, 2020
Commits on Dec 10, 2019
Commits on Nov 22, 2019
Commits on Oct 8, 2019
gc_alloc: Remove redundant 'collected' assignment
Show description for 46b6870committed
Commits on Jun 6, 2019
Commits on Apr 18, 2019
Correct collect of permanent pointers.
Show description for 54ef87ccommitted
Commits on Apr 9, 2019
Check that a never free pointer is on the heap.
Show description for ee7a77dcommitted
Commits on Apr 8, 2019
Commits on Mar 12, 2019
Commits on Jul 11, 2018
Commits on Jul 3, 2018
Commits on Jun 12, 2018
py/gc: Add gc_sweep_all() function to run all remaining finalisers.
Show description for 522ea80committed
Commits on May 21, 2018
py/gc: When GC threshold is hit don't unnecessarily collect twice.
Show description for 6bd7874committed
Commits on May 13, 2018
py/mpstate.h: Adjust start of root pointer section to exclude non-ptrs.
Show description for 749b161committed
Commits on Feb 19, 2018
- committed
py/gc: Make GC stack pointer a local variable.
Show description for 736faefauthored andcommittedpy/gc: Rename gc_drain_stack to gc_mark_subtree and pass it first block.
Show description for 5c9e561authored andcommittedpy/gc: Reduce code size by specialising VERIFY_MARK_AND_PUSH macro.
Show description for ea7cf2bauthored andcommitted
Commits on Jan 24, 2018
- committed
Introduce a long lived section of the heap.
Show description for 416abe3committed
Commits on Dec 11, 2017
py: Introduce a Python stack for scoped allocation.
Show description for 02d830ccommitted
Commits on Dec 8, 2017
py/gc: In sweep debug output, print pointer as a pointer.
Show description for dea3fb9committedpy/gc: Factor out a macro to trace GC mark operations.
Show description for 5453d88committed
Commits on Dec 7, 2017
py/gc: Add CLEAR_ON_SWEEP option to debug mis-traced objects.
Show description for 9ef4be8committed
Commits on Nov 29, 2017
py/gc: In gc_realloc, convert pointer sanity checks to assertions.
Show description for 74fad35committed
Commits on Oct 25, 2017
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dccommitted
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Aug 15, 2017
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Show description for ace9fb5authored andcommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted