栎树翻译质量如何?
有人用 quercus 将 php 翻译成字节码吗?如果你有一个大型的 php 应用程序,翻译会完美吗?在我看来,要在这样的代码中没有错误地翻译所有内容是非常不可能的。
但他们在他们的网页上声称 mediawiki 和其他流行网站(我认为是 joomla)使用它。
我的 php 代码中有很多程序代码。如何将其转换为java中的类? 听起来很不可能!
如果这是真的就好了。有人尝试过吗?
have someone used quercus to translate php into bytecode? if you got a big php application, will the translation be flawless? it sounds to me very impossible to just translate everything without error in code like that.
but they claim on their web page that mediawiki and other popular websites (joomla to i think) use it.
and my php code got a lot of procedural code. how will that be translated to a class in java?
sounds very impossible!
it would be good if it was true. someone that has tried it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个人在 quercus 上运行 drupal。 drupal 很少使用 oop,但它似乎在 quercus 下运行良好。显然,这样做甚至有一些性能优势 - 可能与编译代码与解释代码之间的差异有关。
this guy has drupal running on quercus. drupal makes very little use of oop and yet it seems to be running fine under quercus. apparently there are even some performance benefits of doing it this way - probably associated with the difference between compiled code vs interpreted code.
看起来这是一种很难的优化方法,为什么不运行 APC呢?您将获得类似的性能优势。
Seems like a hard way of optimising, why not run APC? you'll get similar performance benefits.