Skip to content
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

Базовые оптимизации #86

Open
1 of 2 tasks
impworks opened this issue Mar 20, 2013 · 2 comments
Open
1 of 2 tasks

Базовые оптимизации #86

impworks opened this issue Mar 20, 2013 · 2 comments
Assignees
Labels
Milestone

Comments

@impworks
Copy link
Owner

  • Использовать аргументы функций напрямую через ldarg(a), не копировать их в переменные
  • Разузнать, как C# инициализирует массивы с помощью RuntimeHelpers.InitializeArray.
@ghost ghost assigned impworks Mar 20, 2013
@impworks
Copy link
Owner Author

О том, как инициализировать массивы, написано тут:
http://stackoverflow.com/questions/15525651/mimicking-c-sharp-array-initializer-behaviour-using-reflection

@impworks
Copy link
Owner Author

Marshal.SizeOf(type)

@impworks impworks modified the milestones: Major 4, Backlog Oct 19, 2014
@impworks impworks modified the milestones: Backlog, Major 4, Minor 4.1 Jan 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant