Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3238688
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T17:52:59+00:00 2026-05-17T17:52:59+00:00

In C/C++ it is a common practice to arrange field declarations in often-used structs

  • 0

In C/C++ it is a common practice to arrange field declarations in often-used structs so that fields of various sizes are packed tightly together, and aligned to word boundaries whenever possible. Code readability is sacrificed for machine efficiency. Is the same practice worthwhile for Java? Does real-world Java compilers/VMs re-arrange them internally for alignment?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T17:52:59+00:00Added an answer on May 17, 2026 at 5:52 pm

    Found the answer myself for the HotSpot (Sun) JVM:

    “Object Packing

    Object packing functionality has been added to minimize the wasted space between data types of different sizes. This is primarily a benefit in 64-bit environments, but offers a small advantage even in 32-bit VMs.

    …. (example field declarations)

    Now, the fields are reordered to look like this:

    …. (reordered field declarations)

    In this example, no memory space is wasted. “

    from http://java.sun.com/products/hotspot/docs/whitepaper/Java_Hotspot_v1.4.1/Java_HSpot_WP_v1.4.1_1002_2.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In OpenGL it is a common practice to orphan buffers that are used frequently.
I used to work in a place where a common practice was to use
I've never developed a web application that uses distributed memory. Is it common practice
Here's a common practice I see often (including from a very popular iPhone developer
it's a pretty common practice that constants are prefixed with k (e.g. k_pi ).
Is there a best-practice or common way in JavaScript to have class members as
I was reading about threading and about locking. It is common practise that you
A common pattern in C++ is to create a class that wraps a lock
I think its fairly common practice these days not to include a mailto: tag
It's at least common practice to treat null BSTR (null WCHAR* pointer) as an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.