-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
cc @tomusdrw |
There was a problem hiding this 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) => { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
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.
removed not working evmjit, closes #8192 closes #6205