Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

compile crack library as shared library #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
running hello world takes 0.5 second. It should be faster if crack library 
would be compiled as shared library

time crack ./hello.crk 
hello world!

real    0m0.495s
user    0m0.484s
sys 0m0.010s

Original issue reported on code.google.com by wbr...@gmail.com on 17 Aug 2012 at 9:19

GoogleCodeExporter commented 9 years ago
This will be addressed by bit-code caching which we will complete by the 1.0 
release. 

Original comment by mind...@gmail.com on 17 Aug 2012 at 10:01