栎树翻译质量如何?

发布于 2024-08-17 20:28:32 字数 224 浏览 9 评论 0原文

有人用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦情居士 2024-08-24 20:28:33

这个人在 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.

星軌x 2024-08-24 20:28:33

看起来这是一种很难的优化方法,为什么不运行 APC呢?您将获得类似的性能优势。

Seems like a hard way of optimising, why not run APC? you'll get similar performance benefits.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文