Giter Site home page Giter Site logo

Passing variable by value about xmlservice HOT 4 CLOSED

kadler avatar kadler commented on May 30, 2024
Passing variable by value

from xmlservice.

Comments (4)

kadler avatar kadler commented on May 30, 2024

Original comment by Tony Cairns (Bitbucket: rangercairns, GitHub: rangercairns).


The new version of xmlservice 1.9.9.2 (+), supports pass by value. See the commits for how to use.

from xmlservice.

kadler avatar kadler commented on May 30, 2024

Original comment by Tony Cairns (Bitbucket: rangercairns, GitHub: rangercairns).


The new version of xmlservice 1.9.9.2 (+), supports pass by value. See the commits for how to use.

from xmlservice.

kadler avatar kadler commented on May 30, 2024

Original comment by Tony Cairns (Bitbucket: rangercairns, GitHub: rangercairns).


Correct answer: The new version xjservice (json version) plan support 'value' or 'const' (Common 2017).

Hack answer: However, most people do not know that anything > 16 byte 'const' or 'value is actually passed by reference anyway (compiler copy passed by ref). That is to say, xmlservice does not support by value for 1-16 bytes values. Unfortunately any packed or zoned by value will fit in 16 bytes (exotic types by value fit 2 registers <= 16 bytes). While 'glass half full', may help some people with 'value' or 'const' > 16 bytes. See this link Yips value - not what you think.

from xmlservice.

kadler avatar kadler commented on May 30, 2024

Original comment by Tony Cairns (Bitbucket: rangercairns, GitHub: rangercairns).


Yep. Pass by value is not tested. 99.8% of all RPG programs pass by reference, therefore, a place holder was added, but never really tested completely. We will put it on the list.

For now, you are much better off simply staying with pass-by-reference, aka, forget const correctness, nobody does it anyway, except the real geeks. BTW -- you could wrap your API in by refernce and call by value on your own as well.

from xmlservice.

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.