Giter VIP home page Giter VIP logo

Comments (2)

SquidDev avatar SquidDev commented on August 18, 2024

Sadly none of this can be implemented. The UTF8 code is broken but you can't change from binary to Java's String anyway. I'm going to have to think of another way to get around issues with TailCallVarargs as otherwise we will be adding to the stack, even on a varargs function.

The original Lua source is pretty confusing, though it might be worth reading through it to find how tailcalls are handled.

The opcode is executed in this function and a tail call count is stored here.

KopiLua's source is here. This might be easier as there is no messing about with pointers.

from cobalt.

SquidDev avatar SquidDev commented on August 18, 2024

This occurs because the function we are calling is a c function, so tail call optimizations don't occur. If we were to implement this ourselves, then we would loose the ability to tail call Java functions. Neither method seems ideal.

from cobalt.

Related Issues (20)

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.