Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed a regression in `nimrod i` | Zahary Karadjov | 2013-01-27 | 2 | -3/+4 |
| | |||||
* | Disabled mark-and-sweep in the compiler itself | Zahary Karadjov | 2013-01-22 | 2 | -8/+34 |
| | | | | | This also adds "cycle roots trimming": a light-weight collection of the cycle roots performed in CollectZCT for candidates that are recently allocated and provably dead. | ||||
* | minor bug fixes to make some tests green | Zahary Karadjov | 2013-01-21 | 3 | -4/+8 |
| | |||||
* | fixed a regression: compiling projects not residing in the current directory | Zahary Karadjov | 2013-01-20 | 4 | -19/+18 |
| | |||||
* | cleaned up some debugging code | Zahary Karadjov | 2013-01-20 | 8 | -111/+67 |
| | |||||
* | fixes the recently discovered GC memory leaks | Zahary Karadjov | 2012-12-20 | 12 | -357/+1932 |
| | | | | | | This revision is intended as comparison point between the old and the new GC The used GC can be switched in mmdisp and various statistics will be gathered during execution (these will be removed/disabled in later revisions) | ||||
* | adds an option to interleave the generated code with snippets from the ↵ | Zahary Karadjov | 2012-12-02 | 9 | -85/+149 |
| | | | | | | | | | | | | | | | original source Lines from the original source are outputted as comments next to line directives. Hopefully, this will make debugging codegen problems easier. Other changes: The frame setup code now uses a single-line C macro. My motivation was to reduce the noise in the generated output and make it easier to step over the boiler-plate code, but counter-intuitively this also improved the overall compilation speed a little bit so I applied the same treatment to line tracking too (this reduces the size of the generated files and the explanation is that probably the I/O overhead dominates the macro expansion costs). | ||||
* | track the "owner" heap object in the ref write barrier | Zahary Karadjov | 2012-12-01 | 4 | -8/+98 |
| | | | | See the papers for reference counting with heap sliding views for details: | ||||
* | temporary debugging code for the memory leak investigation | Zahary Karadjov | 2012-11-28 | 10 | -25/+125 |
| | |||||
* | disables the compile-time rope formatting during bootstrapping | Zahary Karadjov | 2012-11-28 | 7 | -212/+227 |
| | |||||
* | first batch of rope code converted to `rfmt` | Zahary Karadjov | 2012-11-28 | 5 | -95/+91 |
| | | | | | | The results so far are inconclusive: The rope cache tries have been reduced by more than 125K (nearly 20%), but the bootstrap time seems to be ever slightly increasing (0.01s). | ||||
* | experimental compile-time rope formatting code | Zahary Karadjov | 2012-11-28 | 3 | -4/+102 |
| | |||||
* | store the instantiation cache in the generic symbol | Zahary Karadjov | 2012-11-28 | 7 | -71/+95 |
| | |||||
* | [caas] first version that actually works (still has a lot of logical memory ↵ | Zahary Karadjov | 2012-11-28 | 9 | -63/+260 |
| | | | | leaks on recompilation) | ||||
* | CaaS in-memory caching | Zahary Karadjov | 2012-11-28 | 23 | -215/+299 |
| | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places | ||||
* | caas is now drivable through stdin | Zahary Karadjov | 2012-11-28 | 18 | -137/+176 |
| | | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character | ||||
* | fixed recently introduced parser bugs | Araq | 2012-11-26 | 1 | -2/+2 |
| | |||||
* | 'return' for first class iterators | Araq | 2012-11-26 | 6 | -21/+80 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-26 | 7 | -7/+16 |
| | |||||
* | parser support for 'not nil' annotation | Araq | 2012-11-25 | 2 | -52/+63 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-25 | 3 | -13/+21 |
|\ | |||||
| * | Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modules | Araq | 2012-11-24 | 3 | -13/+21 |
| |\ | | | | | | | Documents NULL to "" db_* transformation and return values. | ||||
| | * | Documents NULL to "" db_* transformation and return values. | Grzegorz Adam Hankiewicz | 2012-11-24 | 3 | -13/+21 |
| | | | |||||
* | | | first steps for 'not nil' annotation | Araq | 2012-11-25 | 7 | -69/+127 |
|/ / | |||||
* | | added missing type flags | Araq | 2012-11-23 | 4 | -14/+24 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-22 | 2 | -0/+75 |
|\ \ | |||||
| * | | added 2 GC leak test cases | Zahary Karadjov | 2012-11-22 | 2 | -0/+75 |
| | | | |||||
* | | | 'iterator' as type description | Araq | 2012-11-22 | 2 | -3/+9 |
| | | | |||||
* | | | sockets: proper bugfix for solaris | Araq | 2012-11-22 | 1 | -1/+1 |
| | | | |||||
* | | | made 'shared' a keyword | Araq | 2012-11-22 | 6 | -7/+25 |
|/ / | |||||
* | | bugfixes for thread analysis | Araq | 2012-11-22 | 1 | -5/+9 |
| | | |||||
* | | Merge pull request #260 from exhu/master | Araq | 2012-11-21 | 1 | -0/+7 |
|\ \ | | | | | | | base() proc for typeinfo module | ||||
| * | | Added base() proc to typeinfo. | Yury Benesh | 2012-11-21 | 1 | -0/+7 |
| | | | |||||
* | | | fixes #261 | Araq | 2012-11-21 | 1 | -1/+1 |
| | | | |||||
* | | | fixes 259 | Araq | 2012-11-21 | 1 | -2/+2 |
| | | | |||||
* | | | added 2 necessary node kinds | Araq | 2012-11-21 | 3 | -2/+8 |
|/ / | |||||
* | | almost every pragma is allowed in a 'push' pragma | Araq | 2012-11-20 | 7 | -231/+259 |
| | | |||||
* | | bugfix: sockets with SSL support | Araq | 2012-11-20 | 1 | -4/+5 |
| | | |||||
* | | sockets.nim: bugfix for solaris | Araq | 2012-11-20 | 1 | -0/+2 |
| | | |||||
* | | fixes #256 (I hope) | Araq | 2012-11-20 | 1 | -1/+1 |
| | | |||||
* | | docs should build under doc2; unittests of times.nim compile under 32bit; ↵ | Araq | 2012-11-20 | 2 | -6/+9 |
| | | | | | | | | small bugfix for the tester | ||||
* | | doc2 improvements; small lexer bugfix: backslashes in comments | Araq | 2012-11-20 | 14 | -75/+108 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-19 | 2 | -82/+66 |
|\| | |||||
| * | Merge pull request #253 from gradha/pr_reduce_todo_code_repetition | Araq | 2012-11-18 | 1 | -79/+63 |
| |\ | | | | | | | Reduces code repetition through helper procs and templates. | ||||
| | * | Reduces code repetition through helper procs and templates. | Grzegorz Adam Hankiewicz | 2012-11-15 | 1 | -79/+63 |
| | | | |||||
| * | | Merge pull request #252 from gradha/pr_correct_todo_object_inheritance | Araq | 2012-11-18 | 2 | -3/+3 |
| |\ \ | | | | | | | | | Removes 'of TObject' to finalize objects not meant for inheritance. | ||||
| | * | | Removes 'of TObject' to finalize objects not meant for inheritance. | Grzegorz Adam Hankiewicz | 2012-11-15 | 2 | -3/+3 |
| | | | | |||||
* | | | | fixes #250 | Araq | 2012-11-19 | 11 | -22/+62 |
|/ / / | |||||
* | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-18 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Fixes bug in scgi module: client socket was not initialised properly. | Dominik Picheta | 2012-11-18 | 1 | -1/+2 |
| | | | |