Coder Social home page Coder Social logo

Comments (3)

spakin avatar spakin commented on September 27, 2024

Chris,

Please confirm that 5330f9a really does fix the problem you're observing. Your bug report nearly drove me and Rob Aulwes (who wrote the Byfl function-hashing code) mad because function names are mapped to random numbers; we couldn't figure out how filenames could play a role in that. We had forgotten that the seed for the random-number generator is a hash of llvm::Module::getModuleIdentifier(), which is normally the filename. 5330f9a uses a more complicated seed function including time and process ID in hopes of eliminating key clashes (at least with very high probability).

I consider key collision worthy of a fatal error. Even though it implies only that data will get jumbled across functions—and not even that if neither -bf-by-func not -bf-call-stack is used—I'd think it would be baffling to users to suddenly get garbled performance results. With the improved seed function, my hope is that key collisions should never happen in our lifetime.

As always, thanks for the bug report,
— Scott

from byfl.

cdaley avatar cdaley commented on September 27, 2024

Hello Scott,

5330f9a fixes the problem, thanks!

Chris

from byfl.

spakin avatar spakin commented on September 27, 2024

Chris,

Great! Thanks for the re-testing.

— Scott

from byfl.

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.