Project

General

Profile

« Previous | Next » 

Revision a70f90e1

Added by alanwu (Alan Wu) over 2 years ago

YJIT: Delete redundant ways to make Context

Context::new() is the same as Context::default() and
Context::new_with_stack_size() was only used in tests.