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

Create double-threaded (twice unrolled) interpreter model #6

Open
grigory-rechistov opened this issue Feb 15, 2016 · 3 comments
Open

Comments

@grigory-rechistov
Copy link
Owner

From the article:

Наверное, эту идею можно развить и дальше — помочь предсказателю переходов правильно запоминать историю исполнения троек, четвёрок и т.д. за счёт соответствующего «разбухания» кода. Например, иметь по две копии всех сервисных процедур, и внутри DISPATCH выбирать только одну из них, в зависимости от кода предыдущей инструкции и её адреса, или какого-то другого критерия. Однако оставлю это в качестве упражнения заинтересовавшимся исследователям.

The task is to implement this mode: double-threaded interpreter

@grigory-rechistov grigory-rechistov changed the title Create double-unrolled interpreter model Create double-threaded (twice unrolled) interpreter model Mar 8, 2016
@Devjiu
Copy link

Devjiu commented Apr 25, 2016

I will take it.

@grigory-rechistov
Copy link
Owner Author

Assigned to Makarenko, Dmitry

@grigory-rechistov
Copy link
Owner Author

Not done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants