Hi, I'm trying to embed Spidermonkey into a basic C app. This sample app basically reads a JS file (octane.. test) and executes. Nothing really special. All the ion, baseline settings are enabled. compilation made with codegen 64 enabled.
Below results are from embedded app: Richards: 9048 DeltaBlue: 3219 Crypto: 2547 RayTrace: 1751 EarleyBoyer: 4119 RegExp: 4059 Splay: 2339 NavierStokes: 2906 SM JS Shell : Richards: 24260 DeltaBlue: 33489 Crypto: 25669 RayTrace: 75923 EarleyBoyer: 29253 RegExp: 4338 Splay: 20259 NavierStokes: 32615 How ? Same SM engine, same build settings, same C routines to execute the code and create the runtime etc. The result is same on OSX and Ubuntu. Didn't test it on Windows. Interestingly RegExp result matches. _______________________________________________ dev-tech-js-engine-internals mailing list dev-tech-js-engine-internals@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals