Hacker News new | ask | show | jobs
by cobar 3318 days ago
They actually ported JavascriptCore over to Android. The only time it uses V8 is if you run the code through the Chrome Debugger. Not sure what the benefit was perhaps performance or lower disk usage.
1 comments

Ah, TIL - I pretty much always have the Chrome debugger attached, so that's interesting. :)