Skip to content

Conversation

@yutaro-sakamoto
Copy link
Contributor

In order to to resolve the problem reported in #508, this pull request focuses on removing support for non-aligned memory access and simplifying the codebase by eliminating related conditional code. The most important changes involve the removal of COB_NON_ALIGNED and COB_SHORT_BORK preprocessor directives and the associated conditional code blocks.

The problem reported in #508 is caused by C macros changing some code due to differences in the CPU architecture of the machines that build opensource COBOL 4J.

While differences of CPU architecture are important in opensource COBOL, they do not need to be considered in opensource COBOL 4J, so the relevant code has been removed.

@yutaro-sakamoto yutaro-sakamoto merged commit e71f80e into opensourcecobol:develop Oct 16, 2024
124 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant