GithubHelp home page GithubHelp logo

Comments (1)

kekyo avatar kekyo commented on June 12, 2024 1

Thanks for the suggestions! 😄 I tend to write this attribute and it has affected FlashCap as well. As you pointed out, I knew that JIT automatically optimizes for small method bodies. And likewise, I don't know exactly how it works in the .NET Framework CLR.

On the other hand, I am not comfortable with the application of a lot of attributes whose effects are not concrete. I would be willing to consider removing attributes in a positive way.


The following is really based on my personal imagination and thoughts and may have nothing to do with this issue.

The reason why I persistently apply this attribute is because (which has nothing to do with FlashCap) in one of my projects, IL2C, I had the intention of using this attribute as a apply to give the output C code inline as well (not yet realized, but not difficult to do so).

This means, of course, that it is hard to guess how this attribute will be evaluated by the .NET runtime. .NET runtime nowadays may refer to CoreCLR, but not so long ago (really not so long ago ! :) , mono was still in use and there were various attempts to re-implement CLR. Since I am one of those people, I would unintentionally implement the CoreCLR in such a way that it is neutral and not adapted to the convenience of CoreCLR.

from flashcap.

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.