/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef jit_Simulator_h #define jit_Simulator_h
#ifdefined(JS_SIMULATOR_ARM) # include "jit/arm/Simulator-arm.h" #elifdefined(JS_SIMULATOR_ARM64) # include "jit/arm64/vixl/Simulator-vixl.h" #elifdefined(JS_SIMULATOR_MIPS64) # include "jit/mips64/Simulator-mips64.h" #elifdefined(JS_SIMULATOR_LOONG64) # include "jit/loong64/Simulator-loong64.h" #elifdefined(JS_SIMULATOR_RISCV64) # include "jit/riscv64/Simulator-riscv64.h" #elifdefined(JS_SIMULATOR) # error "Unexpected simulator platform" #endif
#ifdefined(JS_SIMULATOR_ARM64) namespace js::jit { using Simulator = vixl::Simulator;
} #endif
#endif/* jit_Simulator_h */
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.16 Sekunden
(vorverarbeitet am 2026-08-24)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.