Skip to content

Comments

ДЗ № 4.1 Оптимальная сортировка, Шестаков Николай#6

Open
NicholayShestakov wants to merge 4 commits intomainfrom
optimal_sorting
Open

ДЗ № 4.1 Оптимальная сортировка, Шестаков Николай#6
NicholayShestakov wants to merge 4 commits intomainfrom
optimal_sorting

Conversation

@NicholayShestakov
Copy link
Owner

Add

  • Sorting assembler file with gcc O3 optimization
  • Header file for sorting file
  • Main file
  • README with instructions and description

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Приложите Сишник. Но в целом я и так вижу, что это не самый оптимальный ассемблер

Comment on lines +3 to +5
gcc optimal_sorting.s -c

gcc optimal_sorting.o main.c -o main
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А остальные флаги? Ну, про ворнинги и оптимизации?(((

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А нужны ещё оптимизации какие-то, даже если у меня уже ассемблер оптимизированный?

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.

2 participants