Updated GSoC 2015 Ideas (markdown)
This commit is contained in:
parent
ec278b500e
commit
5086c1efbd
|
@ -33,6 +33,7 @@ TinyCC is well suited for this as it can execute C code very quickly.
|
||||||
|
|
||||||
**Tasks:**
|
**Tasks:**
|
||||||
* Add a simple TinyCC based REPL for Nim.
|
* Add a simple TinyCC based REPL for Nim.
|
||||||
|
* Ensure that global state (that is: state stored in global variables) is kept during recompilations of the generated C code. This means the C codegen needs to emit some kind of getters and setters for global variable access.
|
||||||
* Make sure common Nim code works as well as importing C based libraries
|
* Make sure common Nim code works as well as importing C based libraries
|
||||||
* Investigate how to reduce the overhead to improve performance
|
* Investigate how to reduce the overhead to improve performance
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue