Stories
Slash Boxes
Comments

SoylentNews is people

Journal by turgid

Cache or cores? Biscuit or cake?

It's about three years since I built my Ryzen system. It's a Ryzen 5 3600 (Zen 2, Socket AM4) with 32GB RAM.

Since dual core became a thing I have been meaning to take over the world with cunning multi-threaded code but about as far as I've got is some shell scripts that do things in parallel.

I figured I should upgrade the machine while AM4 CPUs are still available. I noted that AMD had some CPUs out with this newfangled 3D cache, and that they were pretty fast on certain workloads.

So my decision was biscuit or cake? Cache or cores?

It's taken me a few weeks, and much deliberation but today I decided to go for the cake. I think it will be more fun to have more cores to play with. I have ordered a Ryzen 9 5900X (12 core/24 thread Zen 3) and a cooler with two great big fans and fancy quiet bearings to go with it.

I'll need to revisit my old tests from three years ago and see what sort of a difference all those extra cores make. Obviously, there will be more contention for memory bandwidth. If I get around to it, I might post the results together with the results for the old CPU.

Meantime, I have been writing a little bit of C, finally getting around to something I've been meaning to do for 15 years. One day I'll write something about procrastination. I have an anecdote.

 

Reply to: Re:Cores and Java

    (Score: 2) by DannyB on Thursday May 25, @08:37PM

    by DannyB (5839) Subscriber Badge on Thursday May 25, @08:37PM (#1308204)

    The JIT is able to do other optimizations that an ahead-of-time compiler cannot do. The JIT has the ENTIRE program, unlike an ahead of time compiler. (But with ahead of time compilers, the LINKER does have the "entire" program, so in theory...)

    The JIT can take "liberties" with calling conventions. After all, it has the entire program. The JIT aggressively inlines code. This costs more memory but improves speed. You can always buy more memory, but you can't buy back time.

    If the JIT can prove that this method call could only ever call this one certain other method, then it can completely skip doing a vtable lookup in the machine code.

    The JVM JIT is the product of more than two decades of intensive research. IBM had first opened this up as open source for researchers a long time ago.

Post Comment

Edit Comment You are not logged in. You can log in now using the convenient form below, or Create an Account, or post as Anonymous Coward.

Public Terminal

Anonymous Coward [ Create an Account ]

Use the Preview Button! Check those URLs!


Score: 0 (Logged-in users start at Score: 1). Create an Account!

Allowed HTML
<b|i|p|br|a|ol|ul|li|dl|dt|dd|em|strong|tt|blockquote|div|ecode|quote|sup|sub|abbr|sarc|sarcasm|user|spoiler|del>

URLs
<URL:http://example.com/> will auto-link a URL

Important Stuff

  • Please try to keep posts on topic.
  • Try to reply to other people's comments instead of starting new threads.
  • Read other people's messages before posting your own to avoid simply duplicating what has already been said.
  • Use a clear subject that describes what your message is about.
  • Offtopic, Inflammatory, Inappropriate, Illegal, or Offensive comments might be moderated. (You can read everything, even moderated posts, by adjusting your threshold on the User Preferences Page)
  • If you want replies to your comments sent to you, consider logging in or creating an account.

If you are having a problem with accounts or comment posting, please yell for help.