mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
ZJIT: Remove obsolete register spill counters (#15089)
This commit is contained in:
parent
9343017673
commit
844132ae8e
Notes:
git
2025-11-06 22:15:17 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>
@ -331,8 +331,6 @@ pub enum CompileError {
|
||||
IseqStackTooLarge,
|
||||
ExceptionHandler,
|
||||
OutOfMemory,
|
||||
RegisterSpillOnAlloc,
|
||||
RegisterSpillOnCCall,
|
||||
ParseError(ParseError),
|
||||
JitToJitOptional,
|
||||
}
|
||||
@ -347,8 +345,6 @@ pub fn exit_counter_for_compile_error(compile_error: &CompileError) -> Counter {
|
||||
IseqStackTooLarge => compile_error_iseq_stack_too_large,
|
||||
ExceptionHandler => compile_error_exception_handler,
|
||||
OutOfMemory => compile_error_out_of_memory,
|
||||
RegisterSpillOnAlloc => compile_error_register_spill_on_alloc,
|
||||
RegisterSpillOnCCall => compile_error_register_spill_on_ccall,
|
||||
JitToJitOptional => compile_error_jit_to_jit_optional,
|
||||
ParseError(parse_error) => match parse_error {
|
||||
StackUnderflow(_) => compile_error_parse_stack_underflow,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user