Age | Commit message (Expand) | Author |
---|---|---|
2010-11-17 | tweaks for frontend-optimized input | Alon Zakai |
2010-10-27 | modularize generated code | alon@honor |
2010-10-24 | benchmarks working again | alon@honor |
2010-10-24 | progress on cleaning up Runtime | alon@honor |
2010-10-24 | add nonvirtual part to polymorph test; fails in clang | alon@honor |
2010-10-21 | gettimeofday(), and more stuff in Runtime | alon@honor |
2010-10-21 | fixes in parseConst; move getFunctionIndex into Runtime; test for global func... | alon@honor |
2010-10-16 | optimize stack winding with local var; 5% speedup | alon@honor |
2010-10-15 | do not wind/unwind stacks if initial stack size is 0; 20% speedup | alon@honor |
2010-10-11 | increment stack all at once; 2% speedup | alon@honor |
2010-10-09 | fix memory alignment/padding of structures | TESTS FIXED | alon@honor |
2010-10-08 | fix bug with last commit, and better GUARD_MEMORY option | alon@honor |
2010-10-06 | inline stack allocations | alon@honor |
2010-10-06 | Runtime system, and inlining of stackEnter/Exit | alon@honor |