前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >got java,jdk,bytecode?

got java,jdk,bytecode?

作者头像
heidsoft
发布2022-01-17 16:08:47
3730
发布2022-01-17 16:08:47
举报


In computer science, an instruction set architecture (ISA), also called computer architecture, is an abstract model of a computer. A device that executes instructions described by that ISA, such as a central processing unit (CPU), is called an implementation.

An intermediate representation (IR) is the data structure or code used internally by a compiler or virtual machine to represent source code. An IR is designed to be conducive for further processing, such as optimization and translation.[1] A "good" IR must be accurate – capable of representing the source code without loss of information[2] – and independent of any particular source or target language.[1] An IR may take one of several forms: an in-memory data structure, or a special tuple- or stack-based code readable by the program.[3] In the latter case it is also called an intermediate language.

  1. https://en.wikipedia.org/wiki/Intermediate_representation
  2. https://github.com/heidsoft/jdk
  3. http://openjdk.java.net/
  4. https://www.csie.ntu.edu.tw/~comp2/2001/byteCode/byteCode.html#A%20Little%20Big
  5. https://stackoverflow.com/questions/14434320/javap-in-a-programmable-way
  6. https://wiki.openjdk.java.net/display/loom/Main
  7. https://tech.meituan.com/2019/09/05/java-bytecode-enhancement.html
本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2021-10-07,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 云数智圈 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档