class SIZE_TEST

(source code)

Description

Test to understand object sizing with different numbers and types of fields

Notes

Objects seemed to be aligned with 16 bytes

note
	description: "Test to understand object sizing with different numbers and types of fields"
	notes: "[
		Objects seemed to be aligned with 16 bytes
	]"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2022-11-15 19:56:03 GMT (Tuesday 15th November 2022)"
	revision: "5"

class
	SIZE_TEST

feature -- Access

	number_1: INTEGER_64

	number_2: INTEGER_64

	number_3: INTEGER_64

	number_4: INTEGER_64

--	number_5: INTEGER_64

--	code_1: EL_CODE_STRING

--	code_2: EL_CODE_STRING

--	code_3: EL_CODE_64

--	code_4: EL_CODE_64

--	str_1: EL_CODE_STRING

end