Clean up OPT_STACK_CACHING (#8132)

This commit is contained in:
Takashi Kokubun 2023-07-27 17:27:05 -07:00 committed by GitHub
parent bf4d64d8d0
commit 38be9a9b72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2023-07-28 00:27:27 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>
16 changed files with 5 additions and 265 deletions

1
iseq.h
View file

@ -226,7 +226,6 @@ struct rb_compile_option_struct {
unsigned int specialized_instruction: 1;
unsigned int operands_unification: 1;
unsigned int instructions_unification: 1;
unsigned int stack_caching: 1;
unsigned int frozen_string_literal: 1;
unsigned int debug_frozen_string_literal: 1;
unsigned int coverage_enabled: 1;