Coder Social home page Coder Social logo

jvmgo's Introduction

cmd

利用flag包 进行解析

使用 go install jvmgo/ch01 将文件进行打包成可执行文件

产生的可执行文件在 $GOPATH/bin 目录下

classpath

基础知识

类的加载过程: 加载->链接->初始化

这里实现的时加载阶段

加载阶段:

  1. 全类名 获取二进制数据 (classpath包完成)
  2. 解析 二进制数据 为 方法区中的数据结构
  3. 创建java.lang.Class类的对象(放到堆区中) 这个对象作为方法区中访问数据结构的入口

jvmgo's People

Contributors

accle123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.