ApplicationDomain.domainMemory 的用途是什么?
在 AS3 中,ApplicationDomain.domainMemory
有何用途?
In AS3, what is ApplicationDomain.domainMemory
for?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这定义了一个用于快速内存访问的 ByteArray,不幸的是,目前只能由 Adobe Alchemy 或使用 Joa Ebert 的 TDSI 帮助程序项目或 Haxe 使用。对于常规的 ActionScript,这没有用。
http://blog.joa-ebert.com/2008 /12/01/alchemy-actionscript-asc/
http://ncannasse.fr/blog/adobe_alchemy
http://www.unitzeroone.com/blog/2009/05/22/another-scream-on-flash-alchemy-memory-and-compilers/
This defines a ByteArray for the use with fast memory access which currently unfortunately can only be used by Adobe Alchemy or using Joa Ebert's TDSI helper project or Haxe. For regular ActionScript this has no use.
http://blog.joa-ebert.com/2008/12/01/alchemy-actionscript-asc/
http://ncannasse.fr/blog/adobe_alchemy
http://www.unitzeroone.com/blog/2009/05/22/another-scream-on-flash-alchemy-memory-and-compilers/