Skip to content

Commit

Permalink
Heavily optimized
Browse files Browse the repository at this point in the history
Rewrote all instructions
Added separate code generation for async and sync instruction sets
  • Loading branch information
ktaeyln committed Nov 25, 2017
1 parent edbe794 commit 4800990
Show file tree
Hide file tree
Showing 96 changed files with 1,364 additions and 1,681 deletions.
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,6 +1,5 @@
/nbproject/private
/node_modules
/typeinclude-cache
/compiled
/coverage
/temp
Expand All @@ -9,4 +8,4 @@
*.bak
*~
/nbproject/private/
/package.json.lock
/package-lock.json
2 changes: 1 addition & 1 deletion .npmignore
@@ -1,5 +1,5 @@
/node_modules
/typeinclude-cache
/package-lock.json
/nbproject
/coverage
/test
Expand Down
80 changes: 69 additions & 11 deletions lib/Compiler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Compiler.js.map

Large diffs are not rendered by default.

0 comments on commit 4800990

Please sign in to comment.