Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

remove evmjit #8229

Merged
merged 6 commits into from Apr 4, 2018
Merged

remove evmjit #8229

merged 6 commits into from Apr 4, 2018

Conversation

debris
Copy link
Collaborator

@debris debris commented Mar 27, 2018

removed not working evmjit, closes #8192 closes #6205

@debris debris added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. labels Mar 27, 2018
@5chdn 5chdn added this to the 1.11 milestone Mar 27, 2018
@debris
Copy link
Collaborator Author

debris commented Mar 28, 2018

cc @tomusdrw

Copy link
Collaborator

@tomusdrw tomusdrw left a comment

Choose a reason for hiding this comment

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

CLI parameter should be removed as well.

fn $name_jit() {
$name_test(Factory::new(VMType::Jit, 1024 * 32));
}
($name_test: ident: $name_int: ident) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This could be further removed (inlined), since now we only create one test.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

should I just remove this macro completely? Cause this is the only way to 'inline' this test further. Please note, that this macro creates function with name $name_int which calls $name_test.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah, that's what I thought.

@tomusdrw tomusdrw added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Apr 4, 2018
@debris debris merged commit ea6b0ec into master Apr 4, 2018
@debris debris deleted the remove_evmjit branch April 4, 2018 09:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't build ubuntu-jit image evmjit update
3 participants