Flex Compiler 4.0 比 Flex 3 编译器快 25%
adobe 网站指出,Flash Builder 4 编译器的性能确实比之前的 Flex Builder 3 编译器提高了 25%。
我如何确认这一点?
例如,如果我在 Fx3 上创建一个简单的应用程序,并在 Fx4 上创建相同的应用程序,那么我将如何比较使用我的项目的编译器性能?
谢谢 灵活博兹
Its stated in adobe site that the Flash Builder 4 compiler is indeed 25% more performing than the previous Flex Builder 3 compiler.
How can I confirm that?
For example if I make a simple application on Fx3 and the same on Fx4, then how would I compare the compiler performance using my project?
Thx
FlexBoz
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
基准
编译器参数 输出编译时间等。我同意 SuperSaiyen 的观点,您可能需要一个相当大的项目才能看到任何差异。我自己从 Flex Builder 3 升级到 Flash Builder 4 的经验是,是的,mxmlc 在 FB4 中可能要快一点,但提高编译时间的最佳方法是优化您的项目(例如,将所有嵌入字体移动到库项目并通过 SWC 将它们添加到您的主项目中)。
You can use the
benchmark
compiler argument to output compile times and such.I'm in agreement with SuperSaiyen that you'd likely need a project of significant size to see any differences. My own experience in upgrading from Flex Builder 3 to Flash Builder 4 has been that, yeah, mxmlc is probably a little bit faster in FB4 but the best way to improve compile times is to optimize your project (e.g., move all embedded fonts to a library project and add them to your main project via SWCs).