dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

Compile and store standard set of libraries as a cache #28

Closed dyoo closed 13 years ago

dyoo commented 13 years ago

The standard library needs to be pre-compiled.

dyoo commented 13 years ago

Currently being worked on in master.

dyoo commented 13 years ago

Done and pushed to master in 69afabe3a6c057507cd46115ba6a5055c4646e94. It does cut down on compile times, but not as large as I had hoped. It does seem that the dominating factor during compilation is something else. Darn.