Java字节码Visualizer [英] Java Byte Code Visualizer

查看:196
本文介绍了Java字节码Visualizer的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么可以帮助我帮助用Java编写高度紧凑(最少字节代码计数)的程序。

可能我在看:

What could help me in helping writing highly compact(least byte code count) programs in Java.
Possibly I'm looking at:


  • 一个工具,它告诉我
    代码类或方法生成多少字节。

  • 可视化字节代码。

  • 该工具可以告诉我哪些区域
    需要在字节
    代码计数或cpu周期方面进行优化。

  • 字节代码表也可以帮助
    表示
    Java中存在哪些字节码及其各种属性。

  • A tool that tells me how many byte codes a Class or a method generates.
  • To visualize byte codes.
  • The tool could tell me which areas need optimization in terms of byte code count or cpu cycles.
  • A byte code chart would also help indicating what byte codes exist in Java and its various properties.

任何可以帮助我的现有工具实现这一点?

Any existing tools that would help me to realize this?

推荐答案

Eclipse有字节代码大纲插件,显示将从您的源代码生成什么Java字节代码。

Eclipse has a Byte Code Outline plug-in that shows you what Java byte code will be produced from your source code.

这篇关于Java字节码Visualizer的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆