14. SunSpider - WebKit porting to Mona OS

The next thing I have to do is trying more complex JavaScript programs than "Hello, World".
At first tried string-base64.js for this purpose. Yay it runs without an error. And tests some other SunSpider programs. All of them run without an error.


So the next thing I do is cleaning up configure and Makefile.

Memo

On OSX, we have native jsc at /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc. But unfortunately this is release build jsc. We need debug build to use gdb.
On OSX building jsc isrelatively easy.

% cd Source/JavaScriptCore && xcodebuild -target jsc -configuration Debug