> On Nov 27, 2013, at 5:23 AM, Vineet Rajani <[email protected]> wrote: > > Hello, > > The modern webkit use the low level assembly code instead of the traditional > C++ code for the javascript interpretation. > > My question is: is this assembly code (fully or in parts) compiled from some > higher level specification language ? If yes, where can I find it ?
No. We do write the interpreter in a portable assembly language (offlineasm), but we don't go so far as to generate it from a spec. > > Thanks, > Vineet > _______________________________________________ > webkit-dev mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-dev _______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

