diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-03-03 14:36:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 07:36:38 +0100 |
commit | d51a392149df1c0783fa526eabbc904ce0cd0cbd (patch) | |
tree | ac626f84f46810d34c8cc9c625561ee2d825543b /doc | |
parent | d4d28f2ffe522d2509dccfa7be0eef709732d93f (diff) | |
download | Nim-d51a392149df1c0783fa526eabbc904ce0cd0cbd.tar.gz |
replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444)
* abolish using passes in the compiler; simplify compilation pipeline * duplicate code * Really cool to have the same signature... * haul * unify other backends * refactor process * introduce PipelinePhase * refactor compiler * fixes passes * fixes nimsuggest * add a sentinel * enable docs checkj * activate doc testing * clean up * complete cleanups
Diffstat (limited to 'doc')
-rw-r--r-- | doc/refc.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/refc.md b/doc/refc.md index 6e4672ac5..4023748e6 100644 --- a/doc/refc.md +++ b/doc/refc.md @@ -138,6 +138,7 @@ The garbage collector won't try to free them, you need to call their respective when you are done with them or they will leak. + Heap dump ========= |