Giter VIP home page Giter VIP logo

bitcodeinterpreter's Introduction

LLVM BitCode 解释器

去除了 JIT & 只支持 mach-o 的 BitCode 解释器

用来干啥

  • Hotfix
  • VM Execution

目前发现问题

  • 目前 Interpreter 文件依赖过多,正在优化

  • Bitcode 中自定义的Objective-C类,由于没有经过objc_init过,objc中不存在对应class, 计划通过定制处理IR & objc_registerClassPair & sel_registerName 解决

注意

全局搜索 Tanner 查看定制化处理逻辑

bitcodeinterpreter's People

Contributors

tannerjin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bitcodeinterpreter's Issues

我不觉得这是个好主意

除了ObjC之外:

  • 缺乏Intrinsic支持
  • 没记错的话也不太支持SIMD类型
  • 异常处理
  • alloca的内存模型和宿主的内存模型?

总的来说我不认为基于SSA形式的LLVM IR做虚拟机是什么可以在生产环境使用的好主意

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.