Hi Squirrelfish Developers, Hope you are all fine. This is skra, new entrant in the field of JavaScript engine. While googling about JavaScript engines, i heard of the name "SquirrelFish Extreme- an ultimate fastest JavaScript engine". Thanks to all for contributing their ideas. Just iam having some technical queries about squirrelfish. How can we benchmark squirrelfish as fastest. How can we compare with spider monkey or V8. How can i know the internals of squirrelfish. After perusing the source code, I understand the hierarchy of working procedure(as for my understanding) JavaScript Src - > parser -> yarr -> WREC
icu > compiler(using generator) produces byte code. Generated byte code is converted to machine code using JIT and assembler.
If my understanding is wrong please correct me. What is the use of wtf and pcre module. How runtime module comes into picture. Thanks & Regards, skar......[?]