<div dir="ltr">Hi folks,<div><br></div><div>Thanks to Konstantin Tokavev and GTK guys, JSCOnly port becomes quickly mature.</div><div>As of now, finally, JSCOnly port becomes completely dependency free port (except for ICU :P).</div><div>It means that, when you need some Linux JSC shell to test, you just</div><div><br></div><div>1. clone the tree</div><div>2. install ICU (sudo apt-get install libicu-dev)</div><div>3. hit `Tools/Scripts/build-webkit --jsc-only`</div><div><br></div><div>That&#39;s it! After building, you will get the JSC shell on (almost) any platforms and you also get the TestWTF.</div><div>It makes easy to build / contribute to JSC.</div><div>And it makes building old (from now) JSC easy, it&#39;s super beneficial.</div><div>For example, when you encounter the performance regression in some revision XXX, previously, you need to,</div><div><br></div><div>1. checkout the old rev</div><div>2. prepare the old dependencies (Let&#39;s build old DependenciesXXX!)</div><div>3. let&#39;s build the JSC and check the regression</div><div><br></div><div>But now, we can just checkout the old revision and build the old JSC.</div><div><br></div><div>Best regards,</div><div>Yusuke Suzuki</div></div>