From f90dc85cf0989eec61a6c9ce76842b78e2d8f46d Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 22 Nov 2015 14:37:18 -0500 Subject: optimize PUSH/POP as macros --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c2e67fa..cfd6471 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,6 @@ The program consists of four parts: the interpreter, compiler, bytecode interpre Executes ducky directly. - ### Bytecode Compiler Compiles ducky to a stack-machine based bytecode. @@ -104,6 +103,11 @@ Executes the bytecode generated by the bytecode compiler. Translates bytecode generated by the bytecode compiler into C. Depends on labels as values, which is a GCC extension. +## Benchmark Results + +21 Nov 2015: + + ## Future Directions - Refactor code -- cgit v1.1