Giter VIP home page Giter VIP logo

Comments (5)

daanx avatar daanx commented on May 16, 2024 1

Good to hear! -- I'll look into doing efficient thread id detection on ARM (any pointers are appreciated).

from mimalloc.

daanx avatar daanx commented on May 16, 2024

Ah, never tried building on ARM yet. I just pushed a possible fix to master -- can you try that?

Beyond that, the code at:
https://github.com/microsoft/mimalloc/blob/master/include/mimalloc-internal.h#L288

uses special casing to efficiently get a thread unique id. I am sure ARM will have this too and it we should add such case (for best performance).

from mimalloc.

stronnag avatar stronnag commented on May 16, 2024

Thanks for the amazingly fast reply; the compile error moves on:

Scanning dependencies of target mimalloc-static
[  4%] Building C object CMakeFiles/mimalloc-static.dir/src/stats.c.o
In file included from /home/jrh/Projects/mimalloc/src/stats.c:8:
/home/jrh/Projects/mimalloc/include/mimalloc-internal.h: In function ‘mi_get_default_heap’:
/home/jrh/Projects/mimalloc/include/mimalloc-internal.h:156:10: error: ‘_mi_’ undeclared (first use in this function); did you mean ‘_mi_bsr’?
   return _mi_
          ^~~~
          _mi_bsr
/home/jrh/Projects/mimalloc/include/mimalloc-internal.h:156:10: note: each undeclared identifier is reported only once for each function it appears in
/home/jrh/Projects/mimalloc/include/mimalloc-internal.h:156:14: error: expected ‘;’ before ‘ault’
   return _mi_
              ^
              ;
   ault;
   ~~~~        
make[2]: *** [CMakeFiles/mimalloc-static.dir/build.make:63: CMakeFiles/mimalloc-static.dir/src/stats.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:73: 

from mimalloc.

daanx avatar daanx commented on May 16, 2024

Argh, accidental mistake in the fix. Can you try again?
(and from now I will switch to the dev branch for quick fixes :-) )

from mimalloc.

stronnag avatar stronnag commented on May 16, 2024

Building (and running) --- thanks.

from mimalloc.

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.