TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Google's secret about DART

10 点作者 FallFastForFun将近 12 年前

1 comment

Zigurd将近 12 年前
Short answer: No<p>Longer answer: The Dart VM would need to be adapted to battery powered devices as thoroughly as Dalvik. Android&#x27;s runtime is not just for apps. Android&#x27;s middleware layer runs mostly in the Dalvik VM. Implementers have multiple options for performance-critical code, including native code, relying on the Dalvik JIT compiler, and Renderscript.<p>Not impossible, but I don&#x27;t see efforts in that direction. Then there are lesser details like adapting Dart to Android&#x27;s security and IPC model, etc.<p>Until then, WAGs like this have the same credibility as predictions that Android will go JavaScript.