-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
struct redesign #610
Labels
Milestone
Comments
arakov
added a commit
that referenced
this issue
Apr 10, 2024
[ADDED] new attribute - packed [ADDED] #610 - struct redesign
resolved in ELENA 6.0.9 |
arakov
added a commit
that referenced
this issue
Apr 18, 2024
* housekeeping * Update README.md * housekeeping * adding night build * fixing build * working on build actions * housekeeping * housekeeping * housekeeping * housekeeping * housekeeping * housekeeping * housekeeping * housekeeping * housekeeping * housekeeping : rearranging files * [ADDED] include / exclude file [FIXED] refactoring project structure * elt : exception handler (e.g. unresolved reference) * [ADDED] elc unit / functional tests [FIXED] #618 : template class descriptions * housekeeping * [ADDED] elc unit / functional tests * #637 : working on unit test support * refactoring compiler code to enable unit tests * housekeeping * #637 : supporting google tests * #637 : refactoring code to support unit tests * [ADDED] #637 - unit tests for byRefOp optimization * passing first unit-test * #637 - [FIXED]unit tests for byRefOp optimization - variant 1 * [FIXED] ushort - native comparison operations * [ADDED] system'net * working on unit-test * housekeeping * [FIXED] ctrl+w hides the frame housekeeping * [ADDED] ins / over modes [ADDED] #637 - unit tests for intCopying optimization * refactoring meta info generation : adding a namespace * housekeeping * working on category support * supporting distributed type lists * working on test engine * working on implementing testCase inline template * meta expression - supporting nested singletons * housekeeping * using ltests for api functional tests * [ADDED] dark color scheme * adding a new lib - net * migrating net library * changing the background color * [ADDED] new class flag - elPacked [ADDED] new attribute - packed [ADDED] #610 - struct redesign * [FIXED] optimization : copy 8 / copydpn 8 [FIXED] #615 : The field is not property incremented by an addition assignment * optimizing fillir opcode * fixing config * [FIXED]x64 : GC_ALLOCPERM * [FIXED] x64 : fround opcode [ADDED] win64 gui [FIXED] realOp.RoundedInt extension * fixing x64 gui samples * IDE : displaying an array of real numbers * [FIXED] x86-64 : fabs opcode * [FIXED] (IDE Win64) CTRL_V operation [FIXED] context browser * [FIXED]x86-64 : loadxx opcodes * fixing x86-64 opcodes : addn / subn * [FIXED] interpreter sample for x86-64 * x86-64 : fixing interpreter sample * housekeeping * fixing x86-64 * [FIXED]x86-64 : xdispatchmr opcode * x86-64 : fixing script samples * x64 : fixing GC * x86 : optimizing open opcode * house keeping * testing * testing * testing * housekeeping * housekeeping
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
optimization : fields should be aligned to 4 / 8 and the copy operation should take this into account,
except for special type of structs - packed one
The text was updated successfully, but these errors were encountered: